Hello.

If I use "--with-user" I got some errors with qmail-to-mailman.py.
That's why it has got on line 67:

        local = re.sub("^mailman-","",local)

But "mailman" isn't correct, because of "--with-user". Can you please
fix that with something like:

        local = re.sub("^" + os.environ['USER'] + "-","",local)

or even better

        re.escape(os.environ["USER"])


Lots of greetings
Sebastian 'kickino' Wieseler, one of the Savannah admins,

-- 
  ,= ,-_-. =.           /"\
 ((_/)o o(\_))          \ /    ASCII Ribbon Campaign
  `-'(. .)`-'   &&       X      against HTML e-mail
      \_/               / \


_______________________________________________
Mailman-Developers mailing list
[email protected]
http://mail.python.org/mailman/listinfo/mailman-developers
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: 
http://www.mail-archive.com/mailman-developers%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-developers/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp

Reply via email to