Re: [Mailman-Users] Run a script when new lists are created

2005-02-12 Thread martin f krafft
also sprach Mark Sapiro <[EMAIL PROTECTED]> [2005.02.12.0156 +0100]: > In mm_cfg.py, you set MTA = 'SomeName'. Then you create a python > script Mailman/MTA/SomeName.py with a create() and a remove() > function and these are called respectively whenever a list is > created or removed. See the exist

Re: [Mailman-Users] Run a script when new lists are created

2005-02-12 Thread Mark Sapiro
Meike Reichle wrote: > >I am in the process of moving all out mailing lists to mailman. So far, >everything went rather smoothly, but there's on last problem I am trying >to solve: When I create a new mailing list, I have to add the new >addresses to our mailservers' whitelists. I wrote a script

Re: [Mailman-Users] Run a script when new lists are created

2005-02-11 Thread martin f krafft
If you create mailinglists over the web, I don't know. If you create them from the command line, provide a wrapper to newlist in /usr/local/sbin... -- martin; (greetings from the heart of the sun.) \ echo mailto: !#^."<*>"|tr "<*> mailto:"; [EMAIL PROTECTED] invalid/expired p

[Mailman-Users] Run a script when new lists are created

2005-02-11 Thread Meike Reichle
Hi all I am in the process of moving all out mailing lists to mailman. So far, everything went rather smoothly, but there's on last problem I am trying to solve: When I create a new mailing list, I have to add the new addresses to our mailservers' whitelists. I wrote a script that does that, bu