From 5cebc4c02853018c6d1079517284df1fb5977f69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Mon, 7 Jul 2014 17:33:01 +0200 Subject: New Maintainer --- debian/patches/105_postscreen.diff | 23 +++++++++++++++++++++++ debian/source/options | 2 ++ 2 files changed, 25 insertions(+) create mode 100644 debian/patches/105_postscreen.diff create mode 100644 debian/source/options diff --git a/debian/patches/105_postscreen.diff b/debian/patches/105_postscreen.diff new file mode 100644 index 0000000..c9216cb --- /dev/null +++ b/debian/patches/105_postscreen.diff @@ -0,0 +1,23 @@ +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 diff --git a/debian/source/options b/debian/source/options new file mode 100644 index 0000000..22a4de9 --- /dev/null +++ b/debian/source/options @@ -0,0 +1,2 @@ +compression = xz +compression-level = 9 -- cgit v1.2.3