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 <[email protected]> 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
digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/)

