summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2014-07-07 17:33:01 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2014-07-07 17:33:01 +0200
commit5cebc4c02853018c6d1079517284df1fb5977f69 (patch)
treed52720589d8dff6e5a1c1a8f720c6eaed1dd5258
parent7b189d1e15f49a22e21083dc85e72f45fd750bbd (diff)
New Maintainer
-rw-r--r--debian/patches/105_postscreen.diff23
-rw-r--r--debian/source/options2
2 files changed, 25 insertions, 0 deletions
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 <debian@jff-webhosting.net>
+Origin: Vaclav Ovsik <vaclav.ovsik@gmail.com>
+Bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=730826
+Forwarded: <URL|no|not-needed, useless if you have a Bug field, optional>
+Applied-Upstream: <version|URL|commit, identifies patches merged upstream, optional>
+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