Re: [Mailman-Users] Installation problem: 500 internal server error

2005-04-27 Thread Jim Tittsler
On Apr 27, 2005, at 19:26, RT wrote: I've just installed mailman, and am having a couple of problems. The first is that http://dom.ain/mailman/ returns '403 forbidden', That is normal. Users normally should visit http://dom.ain/mailman/listinfo/ and administrators visit http://dom.ain/mailman/a

Re: [Mailman-Users] How do I have one list send to another list.

2005-04-27 Thread Jim Tittsler
On Apr 28, 2005, at 04:13, Daevid Vincent wrote: My main thing now is that I have one list "[EMAIL PROTECTED]" that I have an automated crontab that mails out a list of events from a database once a week. There is another list "[EMAIL PROTECTED]" that is subscribed to the "party@" list where all

Re: [Mailman-Users] How do I default to HTML, not plain text emails?

2005-04-27 Thread Jim Tittsler
On Apr 28, 2005, at 04:14, Daevid Vincent wrote: How do I make it so that new members on the lists get HTML email. It defaults to plain and after a bulk insert, I have to manually go check that checkbox. Grr. Are you referring to the 'plain' checkbox on the Membership Management... Membership Lis

RE: [Mailman-Users] How do I defalut membership list to one longoneinstead of broken into alphabet?

2005-04-27 Thread Daevid Vincent
Christopher, thank you. That was perfect instructions, I even got ascared when I saw the "Non-standard property restored: admin_member_chunksize" message, and then I read the next line of your email which adressed that! Hahah! > -Original Message- > From: Christopher Adams [mailto:[EMAIL

RE: [Mailman-Users] How do I defalut membership list to one longoneinstead of broken into alphabet?

2005-04-27 Thread Daevid Vincent
Thanks for the repy Christopher. Yes, I do have root (it's my own gentoo server). Please spell this out for me as to what commands to run and what files to edit. d > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > On Behalf Of Christopher Adams > Sent: Wedne

Re: [Mailman-Users] How do I defalut membership list to one long oneinstead of broken into alphabet?

2005-04-27 Thread Christopher Adams
Daevid, If you have command line access, you can use the config_list utility to fetch the configuration for the list in question and add a line with admin_member_chunksize= and make it equal to however many addresses you want to display on your web page. Let me know if you need more specifics. C

[Mailman-Users] How do I have one list send to another list.

2005-04-27 Thread Daevid Vincent
I used to use the older mailman on RH8 and things "just worked", after upgrading to the new mailman, I'm spending a lot of time approving requests and maintenance. My main thing now is that I have one list "[EMAIL PROTECTED]" that I have an automated crontab that mails out a list of events from a

[Mailman-Users] How do I defalut membership list to one long one instead of broken into alphabet?

2005-04-27 Thread Daevid Vincent
And also, how do I make it so the membership list is NOT broken up into letter categories. I just want ONE long list of members. -- Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailman-users Mailman

[Mailman-Users] How do I default to HTML, not plain text emails?

2005-04-27 Thread Daevid Vincent
How do I make it so that new members on the lists get HTML email. It defaults to plain and after a bulk insert, I have to manually go check that checkbox. Grr. -- Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/

RE: [Mailman-Users] How do I discard spam first, then hold non-member posts for moderation?

2005-04-27 Thread Ali Korhan Üstüner
Hi, I suggest using a filter rule "subject: {Spam?}*", provided SpamAssassin tags spam as {Spam?}. Or make sure e-mails filtered by SpamAssassin have "X-Spam-HitLevel" and "X-Spam-Flag" fields. - A. Korhan ÜSTÜNER ITU IT Department System Support Team E-posta: [EMAIL PROTECTED] -Origin

[Mailman-Users] How do I discard spam first, then hold non-member posts for moderation?

2005-04-27 Thread Ernest Kim
It seems that if generic_nonmember_action is set to hold, all non-member posts are held, regardless of what happens with the spam filters. All my email is sent through SpamAssassin first for tagging before being processed by Mailman. The setting for generic_nonmember_action is set to hold. I h

RE: [Mailman-Users] Bug Help

2005-04-27 Thread John Dennis
On Wed, 2005-04-27 at 11:38 -0400, Loomis, Todd, CTR, DMSO wrote: > No actually I get the following: > > Traceback (innermost last): > File "", line 1, in ? > KeyError: getpwnam(): name not found Since the command "id" can lookup up the mailman password info we know it's defined in the system a

RE: [Mailman-Users] Bug Help

2005-04-27 Thread Loomis, Todd, CTR, DMSO
No actually I get the following: Traceback (innermost last): File "", line 1, in ? KeyError: getpwnam(): name not found -Original Message- From: John Dennis [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 27, 2005 11:35 AM To: Loomis, Todd, CTR, DM

RE: [Mailman-Users] Bug Help

2005-04-27 Thread John Dennis
On Wed, 2005-04-27 at 11:06 -0400, Loomis, Todd, CTR, DMSO wrote: > Yes I get > uid=41(mailman) gid=41(mailman) groups=41(mailman) Then this command: python -c "import pwd; print pwd.getpwnam('mailman')[2]" should print 41, if it doesn't then I'm at a loss other than you might have python proble

RE: [Mailman-Users] Bug Help

2005-04-27 Thread Loomis, Todd, CTR, DMSO
Yes I get uid=41(mailman) gid=41(mailman) groups=41(mailman) -Original Message- From: John Dennis [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 27, 2005 10:53 AM To: Loomis, Todd, CTR, DMSO Cc: mailman-users@python.org Subject: Re: [Mailman-Users] Bug Help On Wed, 2005-04-27 at 08:19

Re: [Mailman-Users] Bug Help

2005-04-27 Thread John Dennis
On Wed, 2005-04-27 at 08:19 -0400, Loomis, Todd, CTR, DMSO wrote: > I getting this error can anyone help? Mailman version 2.0.13 > File "../Mailman/mm_cfg.py", line 50, in ? > MAILMAN_UID = pwd.getpwnam('mailman')[2] > KeyError: getpwnam(): name not found Did you create the user account "mailman"

[Mailman-Users] Bug Help

2005-04-27 Thread Loomis, Todd, CTR, DMSO
HI: I getting this error can anyone help? Mailman version 2.0.13 Traceback (most recent call last): File "/var/mailman/scripts/driver", line 66, in run_main from Mailman.Logging.StampedLogger import StampedLogger File "../Mailman/Logging/StampedLogger.py", line 19, in ? from Logger impo

Re: [Mailman-Users] Mailman getting stuck while trying to send a message

2005-04-27 Thread Stephen J. Turnbull
> "Remi" == Remi Delon <[EMAIL PROTECTED]> writes: Remi> Thanks for the insight Michael... If a junk address is Remi> indeed all it takes to cause Mailman to hang then it's quite Remi> disapointing ... It's not. I've never seen Mailman hang like that in more than 4 years, with ve

[Mailman-Users] Installation problem: 500 internal server error

2005-04-27 Thread RT
Apologies for posting an installation problem... :( I've just installed mailman, and am having a couple of problems. The first is that http://dom.ain/mailman/ returns '403 forbidden', and any other page (ie. http://dom.ain/create) returns '500 internal server error'. The INSTALL file suggests t

Re: [Mailman-Users] Mailman getting stuck while trying to send a message

2005-04-27 Thread Remi Delon
Does anyone have any idea as to why Mailman gets stuck trying to send a message sometimes ? If a resource (DNS, remote mail server, ...) is unavailable, shouldn't it timeout after a while ? BAsically with *any* mailing list software it needs to be configured to just take the mail from the mailing

Re: [Mailman-Users] mailman database support ?

2005-04-27 Thread Brad Knowles
At 3:35 PM -0700 2005-04-26, John W. Baxter wrote: If we're going to start recommending personalization be on for bounce (and spam filter) reasons, we should probably be careful with claims like the above (although with proper hardware, etc it would still be true, but perhaps harder to achieve)

Re: [Mailman-Users] Question

2005-04-27 Thread Brad Knowles
At 4:02 PM -0700 2005-04-26, Derek Jacob Shanman wrote: I am an administator of a list. I was wondering if there is any way to find out statistics such as how many times an individual member of a list has posted to the list. Thank you very much. Mailman doesn't have any built-in statistical c

[Mailman-Users] Question

2005-04-27 Thread Derek Jacob Shanman
I am an administator of a list. I was wondering if there is any way to find out statistics such as how many times an individual member of a list has posted to the list. Thank you very much. Derek Shanman -- Mailman-Users mailing list Mailman-