--with-user and qmail-to-mailman.py

22 Oct
2007
22 Oct
'07
8:23 p.m.
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
((_/)o o(\_)) \ / ASCII Ribbon Campaign
-'(. .)
-' && X against HTML e-mail
\_/ / \

23 Oct
23 Oct
11:01 p.m.
Sebastian Wieseler wrote:
But "mailman" isn't correct, because of "--with-user". Can you please fix that with something like:
[...]
qmail-to-mailman.py is 'unofficial' contributed software. Please read contrib/README in the distribution.
--
Mark Sapiro msapiro@value.net The highway is for gamblers,
San Francisco Bay Area, California better use your sense - B. Dylan
5879
Age (days ago)
5880
Last active (days ago)
1 comments
2 participants
participants (2)
-
Mark Sapiro
-
Sebastian Wieseler