This diff should fix it. I know zero about python, but when I run
'newlist' (Mailman 2.1.3) it gives a list of 10 email aliases for you to
create. This looked like the right spot to put them. It works or me.

-Frank



--- qmail-to-mailman.py.old     2003-12-10 18:13:25.000000000 -0800
+++ qmail-to-mailman.py 2003-12-10 18:15:17.000000000 -0800
@@ -77,10 +77,13 @@
     type = "post"
     types = (("-admin$", "bounces"),
              ("-bounces$", "bounces"),
+             ("-confirm$", "confirm"),
              ("-join$", "join"),
              ("-leave$", "leave"),
              ("-owner$", "owner"),
-             ("-request$", "request"))
+             ("-request$", "request"),
+             ("-subscribe$", "subscribe"),
+             ("-unsubscribe$", "unsubscribe"))

     for i in types:
         if re.search(i[0],local):


------------------------------------------------------
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/

This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Reply via email to