[Pkg-mailman-hackers] Pkg-mailman commit - rev 310 - in
trunk/debian: . contrib
Thijs Kinkhorst
thijs at costa.debian.org
Fri Aug 11 09:25:33 UTC 2006
Author: thijs
Date: 2006-08-11 09:25:33 +0000 (Fri, 11 Aug 2006)
New Revision: 310
Modified:
trunk/debian/changelog
trunk/debian/contrib/postfix-to-mailman.py
Log:
* Fix example in postfix-to-mailman.py to pass ${mailbox}, not ${user}
(Closes: #305762).
Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2006-08-11 09:13:17 UTC (rev 309)
+++ trunk/debian/changelog 2006-08-11 09:25:33 UTC (rev 310)
@@ -9,6 +9,8 @@
* Checked for policy 3.7.2, no changes necessary.
* Add watch file.
* Add LSB dependency info to init script.
+ * Fix example in postfix-to-mailman.py to pass ${mailbox}, not ${user}
+ (Closes: #305762).
[ Hector Garcia ]
* Putting permision on archive/private to 570 www-data.list to prevent
@@ -30,7 +32,7 @@
* Bumped debhelper compatibily to 5.
- modified debian/control to reflect this change.
- -- Hector Garcia <hector at debian.org> Fri, 11 Aug 2006 11:02:38 +0200
+ -- Thijs Kinkhorst <thijs at debian.org> Fri, 11 Aug 2006 11:24:24 +0200
mailman (0:2.1.8-1) unstable; urgency=low
Modified: trunk/debian/contrib/postfix-to-mailman.py
===================================================================
--- trunk/debian/contrib/postfix-to-mailman.py 2006-08-11 09:13:17 UTC (rev 309)
+++ trunk/debian/contrib/postfix-to-mailman.py 2006-08-11 09:25:33 UTC (rev 310)
@@ -51,7 +51,7 @@
# /etc/postfix/master.cf
# mailman unix - n n - - pipe
# flags=FR user=list
-# argv=/var/lib/mailman/bin/postfix-to-mailman.py ${nexthop} ${user}
+# argv=/var/lib/mailman/bin/postfix-to-mailman.py ${nexthop} ${mailbox}
#
# /etc/postfix/transport:
# lists.example.com mailman:
More information about the Pkg-mailman-hackers
mailing list