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/105_postscreen.diff | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 debian/patches/105_postscreen.diff (limited to 'debian/patches/105_postscreen.diff') diff --git a/debian/patches/105_postscreen.diff b/debian/patches/105_postscreen.diff deleted file mode 100644 index c9216cb..0000000 --- a/debian/patches/105_postscreen.diff +++ /dev/null @@ -1,23 +0,0 @@ -Description: add postscreen to smtpd -Author: Jörg Frings-Fürst -Origin: Vaclav Ovsik -Bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=730826 -Forwarded: -Applied-Upstream: -Reviewed-by: -Last-Update: 2014-07-06 ---- -This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ -Index: trunk/mailgraph.pl -=================================================================== ---- trunk.orig/mailgraph.pl 2014-07-06 06:25:59.000000000 +0200 -+++ trunk/mailgraph.pl 2014-07-06 07:12:45.498550902 +0200 -@@ -619,7 +619,7 @@ - event($time, 'bounced'); - } - } -- elsif($prog eq 'smtpd') { -+ elsif($prog eq 'smtpd' || $prog eq 'postscreen') { - if($text =~ /^(?:[\dA-F]+|[\dB-DF-HJ-NP-TV-Zb-df-hj-np-tv-z]+): client=(\S+)/) { - my $client = $1; - return if $opt{'ignore-localhost'} and -- cgit v1.2.3