Re: [Mailman-Users] Scripting newlist gives weird errors!

2004-09-01 Thread Jim Tittsler
On Sep 1, 2004, at 23:48, [EMAIL PROTECTED] wrote: when run on a command line would break down into errors and hang when run in a perl script as: $result = `newlist listname admin pw`; ??? Did you try using newlist's -q switch so that it doesn't pause for the operator to hit enter? But I

Re: [Mailman-Users] Scripting newlist gives weird errors!

2004-09-01 Thread John W. Baxter
On 9/1/2004 18:13, "Mark Sapiro" <[EMAIL PROTECTED]> wrote: > John's post is at > http://mail.python.org/pipermail/mailman-users/2004-September/039133.html > > Contact him, not me for the meaning of "once the initial install is > done correctly". It has to do with following the posted recipe whi

Re: [Mailman-Users] Scripting newlist gives weird errors!

2004-09-01 Thread Mark Sapiro
[EMAIL PROTECTED] wrote: > >However our server uses exim, which is why I'm building this >script. And in case you missed it, John W. Baxter posted about 25 minutes before the above: >Using Exim, once the initial install is done correctly, no aliases need be >messed with when creating or removing

Re: [Mailman-Users] Scripting newlist gives weird errors!

2004-09-01 Thread hesco
Knowles <[EMAIL PROTECTED]> Subject: Re: [Mailman-Users] Scripting newlist gives weird errors! Cc: [EMAIL PROTECTED] At 3:19 AM + 2004-09-01, [EMAIL PROTECTED] wrote: > I'm developing a script to automate list creation, particularly > alias creation. I'm running into weird

Re: [Mailman-Users] Scripting newlist gives weird errors!

2004-09-01 Thread John W. Baxter
On 9/1/2004 1:09, "Brad Knowles" <[EMAIL PROTECTED]> wrote: > However, if you use any other MTA, I'm not aware of an integrated > method of achieving the same goals. Using Exim, once the initial install is done correctly, no aliases need be messed with when creating or removing mailing lists.

Re: [Mailman-Users] Scripting newlist gives weird errors!

2004-09-01 Thread Brad Knowles
At 3:19 AM + 2004-09-01, [EMAIL PROTECTED] wrote: I'm developing a script to automate list creation, particularly alias creation. I'm running into weird errors. Note that if you use postfix as your MTA, this process can be automated. See the POSTFIX.README file that should have come as pa

[Mailman-Users] Scripting newlist gives weird errors!

2004-08-31 Thread hesco
Hello: I'm developing a script to automate list creation, particularly alias creation. I'm running into weird errors. All clues are appreciated. Using the mm scripts at a command line as intended seems to work fine. But when I try to call it from a script, it hangs and fails to return cl