Description: Add code to account for infected mail as logged by DSPAM
Author: Julien Valroff <julien@debian.org>
Forwarded: no


--- a/mailgraph.pl
+++ b/mailgraph.pl
@@ -801,6 +801,9 @@
 		if($text =~ /spam detected from/) {
 			event($time, 'spam');
 		}
+		elsif($text =~ /infected message from/) {
+			event($time, 'virus');
+		}
 	}
 	elsif($prog eq 'spamproxyd' or $prog eq 'spampd') {
 		if($text =~ /^\s*SPAM/ or $text =~ /^identified spam/) {
