From 941734086d1355f7c3f3f950c109798fba63fbbf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Fri, 24 Oct 2025 16:13:18 +0200 Subject: Remove longer obsolete patches --- 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 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 -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/) { -- cgit v1.2.3