diff options
Diffstat (limited to 'debian/patches/101_dspam-virus-notifications.diff')
-rw-r--r-- | debian/patches/101_dspam-virus-notifications.diff | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/debian/patches/101_dspam-virus-notifications.diff b/debian/patches/101_dspam-virus-notifications.diff deleted file mode 100644 index 96d4068..0000000 --- a/debian/patches/101_dspam-virus-notifications.diff +++ /dev/null @@ -1,17 +0,0 @@ -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 -@@ -774,6 +774,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/) { |