summaryrefslogtreecommitdiff
path: root/debian/patches/101_dspam-virus-notifications.diff
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff.email>2025-10-24 16:13:18 +0200
committerJörg Frings-Fürst <debian@jff.email>2025-10-24 16:13:18 +0200
commit941734086d1355f7c3f3f950c109798fba63fbbf (patch)
tree74893489e9b7f957f69b9a4e33123a0e677d61aa /debian/patches/101_dspam-virus-notifications.diff
parentb2d9ff81d4114ae75b036b17a9d4c4456ea23f84 (diff)
Remove longer obsolete patches
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 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/) {