Package: mailgraph
Severity: wishlist
Tags: patch
Hi,
Please find attached a patch that takes into account Dspam virus notifications.
This feature was added into latest Dspam Debian package and should be added
upstream
(see #369434).
Cheers,
Julien
--- mailgraph.pl.orig 2006-06-03 11:04:23.000000000 +0200
+++ mailgraph.pl 2006-06-03 11:05:47.000000000 +0200
@@ -664,6 +664,9 @@
if($text =~ /spam detected from/) {
event($time, 'spam');
}
+ elsif($text =~ /infected message from/) {
+ event($time, 'virus');
+ }
}
elsif($prog eq 'spamproxyd') {
if($text =~ /^\s*SPAM/ or $text =~ /^identified spam/) {