Update of /cvsroot/mailman/mailman/contrib
In directory usw-pr-cvs1:/tmp/cvs-serv23518
Modified Files:
qmail-to-mailman.py
Log Message:
Merge Ben's changes:
With the new wrapper script and list types, contrib/qmail-to-mailman.py
needed a little bump to be able to automatically manage mailing lists
with -join, -leave, etc. suffixes.
Index: qmail-to-mailman.py
===================================================================
RCS file: /cvsroot/mailman/mailman/contrib/qmail-to-mailman.py,v
retrieving revision 2.2
retrieving revision 2.3
diff -C2 -d -r2.2 -r2.3
*** qmail-to-mailman.py 5 Apr 2002 18:53:01 -0000 2.2
--- qmail-to-mailman.py 5 Apr 2002 18:56:38 -0000 2.3
***************
*** 75,81 ****
type = "post"
! types = (("-admin$", "mailowner"),
! ("-owner$", "mailowner"),
! ("-request$", "mailcmd"))
for i in types:
--- 75,84 ----
type = "post"
! types = (("-admin$", "bounces"),
! ("-bounces$", "bounces"),
! ("-join$", "join"),
! ("-leave$", "leave"),
! ("-owner$", "owner"),
! ("-request$", "request"))
for i in types:
_______________________________________________
Mailman-checkins mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-checkins