Hi Barry and all,
I've checked in this patch today. Barry, please fix or backout them if you don't like them.
It looked like that MaildirRunner.py couldn't deal with the list name like 'mailman-users', so I rewrote it with a primitive method instead of using the re module. One problem: I manage a list called 'system-admin@...'; this can't go well with this method. Isn't it time to get rid of the -admin address in mailman-2.2? ;-)
tkikuchi@users.sourceforge.net wrote:
Revision: 8043 http://svn.sourceforge.net/mailman/?rev=8043&view=rev Author: tkikuchi Date: 2006-09-28 00:54:21 -0700 (Thu, 28 Sep 2006)
Log Message:
Here are the patches needed in order to create new lists on my test installation. I've tested four cases of combination of POSTFIX_STYLE_VIRTUAL_DOMAINS (Any/None) and USE_MAIL_DIR (Yes/No). Also, I've added POSTFIX_VIRTUAL_SEPARATOR = '_at_' for unique mapping of local part in the virtual-mailman/aliases files.
Modified Paths:
trunk/mailman/Mailman/Defaults.py.in trunk/mailman/Mailman/MTA/Postfix.py trunk/mailman/Mailman/MailList.py trunk/mailman/Mailman/Queue/MaildirRunner.py
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On Sep 28, 2006, at 4:06 AM, Tokio Kikuchi wrote:
I've checked in this patch today. Barry, please fix or backout
them if you don't like them.
Thanks Tokio!
It looked like that MaildirRunner.py couldn't deal with the list name like 'mailman-users', so I rewrote it with a primitive method
instead of using the re module. One problem: I manage a list called 'system-admin@...'; this can't go well with this method. Isn't it
time to get rid of the -admin address in mailman-2.2? ;-)
+1 :)