March 20, 1999
10:27 p.m.
bruce> The following script interfaces a qmail virtual domain to
bruce> Mailman without the use of any aliases. That makes it a lot
bruce> easier to add new lists. Could you place it in a "contrib"
bruce> directory in the Mailman distribution?
Thanks Bruce, I've added this to the (new) contrib directory. I made some stylistic changes:
"#! /usr/bin/env python" is the recommended #! for Python
Removed all those unnecessary semi-colons at the ends of the lines (I know, a hard habit to break :-)
Reformated for 4-space and untabified
I would also suggest rewriting the big comment near the top of the file as a docstring, but then you'd have to move this to before the setting of the config variables, and I wasn't sure if you wanted to do this.
-Barry