[Mailman-Users] qmail-to-mailman.py is out of date (patch)

frank ratty at they.org
Thu Dec 11 03:29:09 CET 2003


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):





More information about the Mailman-Users mailing list