[Pkg-mailman-hackers] Pkg-mailman commit - rev 643 - in trunk/debian: . contrib
Thijs Kinkhorst
thijs at alioth.debian.org
Wed Dec 30 21:06:00 UTC 2009
Author: thijs
Date: 2009-12-30 21:05:52 +0000 (Wed, 30 Dec 2009)
New Revision: 643
Modified:
trunk/debian/changelog
trunk/debian/contrib/postfix-to-mailman.py
Log:
* Document second parameter of postfix-to-mailman.py to be
${mailbox}, effectively reverting inappropriate fix for #305762
(closes: #549224).
Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2009-12-30 20:58:11 UTC (rev 642)
+++ trunk/debian/changelog 2009-12-30 21:05:52 UTC (rev 643)
@@ -9,8 +9,11 @@
* Remove adduser calls for 'list' user. Base-passwd guarantees it
to be available, and trying to add it if it were not present may
lead to inconsistencies regarding expectations for that user.
+ * Document second parameter of postfix-to-mailman.py to be
+ ${mailbox}, effectively reverting inappropriate fix for #305762
+ (closes: #549224).
- -- Thijs Kinkhorst <thijs at debian.org> Wed, 30 Dec 2009 16:57:26 +0100
+ -- Thijs Kinkhorst <thijs at debian.org> Wed, 30 Dec 2009 22:04:23 +0100
mailman (1:2.1.12-3) unstable; urgency=low
Modified: trunk/debian/contrib/postfix-to-mailman.py
===================================================================
--- trunk/debian/contrib/postfix-to-mailman.py 2009-12-30 20:58:11 UTC (rev 642)
+++ trunk/debian/contrib/postfix-to-mailman.py 2009-12-30 21:05:52 UTC (rev 643)
@@ -52,7 +52,7 @@
# /etc/postfix/master.cf
# mailman unix - n n - - pipe
# flags=FR user=list
-# argv=/var/lib/mailman/bin/postfix-to-mailman.py ${nexthop} ${mailbox}
+# argv=/var/lib/mailman/bin/postfix-to-mailman.py ${nexthop} ${user}
#
# /etc/postfix/transport:
# lists.example.com mailman:
More information about the Pkg-mailman-hackers
mailing list