summaryrefslogtreecommitdiff
path: root/debian/patches/101_dspam-virus-notifications.diff
diff options
context:
space:
mode:
authorJulien Valroff <julien@kirya.net>2010-10-23 14:11:22 +0200
committerJulien Valroff <julien@kirya.net>2011-03-13 18:30:14 +0100
commit6ae50dc1afce089ecf5595fdd13a088afe2886ca (patch)
tree3d3feb4f9c122b6542cb0ce8cc5750a19582a9e0 /debian/patches/101_dspam-virus-notifications.diff
parent44962f21cbc5c9de2482c61b7b1cce1b81812eaa (diff)
Imported Debian patch 1.14-1.4squeeze1debian/1.14-1.4squeeze1
Diffstat (limited to 'debian/patches/101_dspam-virus-notifications.diff')
-rw-r--r--debian/patches/101_dspam-virus-notifications.diff17
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/) {