diff options
| author | Jörg Frings-Fürst <debian@jff.email> | 2025-11-16 17:12:22 +0100 |
|---|---|---|
| committer | Jörg Frings-Fürst <debian@jff.email> | 2025-11-16 17:12:22 +0100 |
| commit | 2579826524bd91ebeb48fe42e826b90674f0114a (patch) | |
| tree | 9b32d2534deb7b5123dad974a3ef8033532ed919 /debian/patches/101_dspam-virus-notifications.diff | |
| parent | 712906ebc5cd84471ebf2a046065554210ddb1cb (diff) | |
| parent | 0aba2bd3198e97a4892b822b1bbe67ad9266d51b (diff) | |
Merge branch 'release/debian/1.14-24'HEADdebian/1.14-24master
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 3a27c5c..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 -@@ -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/) { |
