[Mailman-Users] Auto deleteing non-member posts

2003-02-01 Thread Michael Ghens
Posts from non-members, I prefer to just delete and/or send a non-member warning. I have just upgraded to 2.1. In 2.0.xx, I had to have a script running to delete posts and copy over a db every day. Is this still the case? -- Mailman-Users

Re: [Mailman-Users] qrunner getting stuck on very large files

2002-07-08 Thread Michael Ghens
I have demime on my mail lists. I am thinking of putting it on the -request part of the aliase. Processing mime mail for -request address is playing havoc on my list right now. On Mon, 8 Jul 2002, David Gibbs wrote: > Date: Mon, 8 Jul 2002 10:17:27 -0500 (CDT) > From: David Gibbs <[EMAIL PROTE

[Mailman-Users] Identifying list owners

2002-04-16 Thread Michael Ghens
Is there an easy way of identifying list owners from the command line? Thanks Michael -- Mailman-Users mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py

[Mailman-Users] Mailman 2.1

2002-01-08 Thread Michael Ghens
On the mailman page, it states taht mailman 2.1 is still alpha. I would like to move to it. Is it worth my time or should I wait? -- Mailman-Users maillist - [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-users

RE: [Mailman-Users] help

2001-12-10 Thread Michael Ghens
On non-gnu unix (example solaris) you need to have gzip available in the path. gzip -dc mailman.tar.gz |tar xfv - On Mon, 10 Dec 2001, Richard Idalski wrote: > Date: Mon, 10 Dec 2001 17:14:43 -0500 > From: Richard Idalski <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED], [EMAIL PROTECTED] > Subjec

Re: [Mailman-Users] problems getting Mailman set-up

2001-10-25 Thread Michael Ghens
I don't think that is an Apache command. it should look more like this: ScriptAlias /mailman/ /home/mailman/cgi-bin/ Alias /pipermail/ /home/mailman/archives/public/ On Thu, 25 Oct 2001, Denis Croombs wrote: > Date: Thu, 25 Oct 2001 11:51:10 +0100 > From: Denis Croombs <[EMAIL PROTECT

[Mailman-Users] No explicit destination

2001-09-22 Thread Michael Ghens
I need to have a list accept Bcc e-mails. In the mm_config.py, I had put: DEFAULT_REQUIRE_EXPLICIT_DESTINATION = 0 It does not seem to work. This is for a mailman 2.03 list. Need help with this. Thanks Michael -- gnupg Key fingerprint = 3AFC AAE8 1B01 73B9 8E62 C947 C2F9 088D 9925 28FB -

Re: [Mailman-Users] monthly digests?

2001-04-13 Thread Michael Ghens
Run crontab -e and edit the line: 0 12 * * * /usr/bin/python -S /home/other/mailman/cron/senddigests to 0 12 1 * * /usr/bin/python -S /home/other/mailman/cron/senddigests Only problem is this will affect all lists. On Fri, 13 Apr 2001, Danny Yee wrote: > Date: Fri, 13 Apr 2001 18:43:39 +1000

[Mailman-Users] Domain only lists

2001-04-11 Thread Michael Ghens
I need to make certain lists accept only certain domains. Any suggestions are apprecitated. -- Mailman-Users maillist - [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-users