[Pkg-mailman-hackers] Bug#549224: postfix-to-mailman.py cannot receive cookies
martin f krafft
madduck at debian.org
Sat Oct 3 10:13:37 UTC 2009
tags 549224 patch
thanks
I think the fix is quite simple, since the confirmation string seems
to be read from the mail header anyway; thus, postfix does not have
to pass it and should thus pass only the user (before the extension
string).
So far, this works in my tests.
--- postfix-to-mailman.py.orig 2009-10-03 12:05:03.451041000 +0200
+++ postfix-to-mailman.py.new 2009-10-03 12:12:34.984991228 +0200
@@ -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} ${mailbox}
+# argv=/var/lib/mailman/bin/postfix-to-mailman.py ${nexthop} ${user}
#
# /etc/postfix/transport:
# lists.example.com mailman:
--
.''`. martin f. krafft <madduck at d.o> Related projects:
: :' : proud Debian developer http://debiansystem.info
`. `'` http://people.debian.org/~madduck http://vcs-pkg.org
`- Debian - when you have better things to do than fixing systems
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: Digital signature (see http://martin-krafft.net/gpg/)
URL: <http://lists.alioth.debian.org/pipermail/pkg-mailman-hackers/attachments/20091003/2006db56/attachment.pgp>
More information about the Pkg-mailman-hackers
mailing list