From 6ae50dc1afce089ecf5595fdd13a088afe2886ca Mon Sep 17 00:00:00 2001 From: Julien Valroff Date: Sat, 23 Oct 2010 14:11:22 +0200 Subject: Imported Debian patch 1.14-1.4squeeze1 --- debian/patches/101_dspam-virus-notifications.diff | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 debian/patches/101_dspam-virus-notifications.diff (limited to 'debian/patches/101_dspam-virus-notifications.diff') 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 -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/) { -- cgit v1.2.3