[Mailman-Users] Not all subscribers receive emails

2008-04-01 Thread Matthias Rank
Hi everybody. I have a problem with Mailman. When I send an email to a list this won't be any problem for very little lists up to a size of about 15 subscribers. But if the list grows there are more and more people who don't receive emails and produce bounces like testlist: [EMAIL PROTECTED]

Re: [Mailman-Users] alias question...

2008-04-01 Thread Mark Sapiro
Dov Oxenberg wrote: Here is the line from my main.cf: alias_maps = hash:/etc/aliases, hash:/etc/mail/aliases, hash:/var/lib/mailman/data/aliases The results of my ls -l, which by the way I had looked at earlier also and neglected to mention, are illustrated in the attached screen shot. I

Re: [Mailman-Users] Not all subscribers receive emails

2008-04-01 Thread Mark Sapiro
Matthias Rank wrote: Hi everybody. I have a problem with Mailman. When I send an email to a list this won't be any problem for very little lists up to a size of about 15 subscribers. But if the list grows there are more and more people who don't receive emails and produce bounces like

Re: [Mailman-Users] total site subscribers

2008-04-01 Thread Attila Kinali
On Tue, 1 Apr 2008 09:46:33 -0700 Con Wieland [EMAIL PROTECTED] wrote: Before I do this myself. Does anyone have a script to list all subscribers to a mailman site? How about `find_members .*` ? Alternatively a combination of list_members and list_lists should also work.

Re: [Mailman-Users] alias question...

2008-04-01 Thread Dov Oxenberg
Hi, I think I just spent too long in front of the computer yesterday :-) Under /var/lib/mailman/messages folder are directories with what appear to be country abbreviations? For example, under /var/lib/mailman/messages/eu/ there is a folder called LC_Messages, and under that two files,

[Mailman-Users] total site subscribers

2008-04-01 Thread Con Wieland
Before I do this myself. Does anyone have a script to list all subscribers to a mailman site? Con Wieland UC Irvine -- Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ:

Re: [Mailman-Users] alias question...

2008-04-01 Thread Dov Oxenberg
No worries...Alright well, I have kept digging and in examining the mail.log file I see postfix is refusing SMTP connections which may explain why I am not seeing the pending requests. And I also see the welcome messages to the members I manually subscribed (mass subscribe for the web UI)

Re: [Mailman-Users] total site subscribers

2008-04-01 Thread Mark Sapiro
Con Wieland wrote: Before I do this myself. Does anyone have a script to list all subscribers to a mailman site? bin/find_member . (The '.' is intentional - it is a regexp that matches any character) -- Mark Sapiro [EMAIL PROTECTED]The highway is for gamblers, San Francisco Bay

Re: [Mailman-Users] alias question...

2008-04-01 Thread Mark Sapiro
Dov Oxenberg wrote: I think I just spent too long in front of the computer yesterday :-) Under /var/lib/mailman/messages folder are directories with what appear to be country abbreviations? No. It is I who spent too much time doing whatever. The messages/ directory has nothing to do with

Re: [Mailman-Users] alias question...

2008-04-01 Thread Dov Oxenberg
Before I go on a wild goose chase...here are the contents of my master.cf file - does this look normal? What I mean is, does it appear as though I am missing anything? # # Postfix master process configuration file. For details on the format # of the file, see the master(5) manual page

Re: [Mailman-Users] alias question...

2008-04-01 Thread Mark Sapiro
Dov Oxenberg wrote: Before I go on a wild goose chase...here are the contents of my master.cf file - does this look normal? What I mean is, does it appear as though I am missing anything? # # Postfix master process configuration file. For details on the format # of the file, see the

[Mailman-Users] import email module problem

2008-04-01 Thread prashanth g
Hi, I am using RHEL and its a 64 bit machine, using mod_python as well. I try to execute the from Mailman import MailList it fails saying: Mod_python error: PythonHandler mod_python.publisher Traceback (most recent call last): File /usr/lib64/python2.4/site-packages/mod_python/apache.py,

Re: [Mailman-Users] import email module problem

2008-04-01 Thread Mark Sapiro
prashanth g wrote: I am using RHEL and its a 64 bit machine, using mod_python as well. I try to execute the from Mailman import MailList it fails saying: Mod_python error: PythonHandler mod_python.publisher Traceback (most recent call last): File

Re: [Mailman-Users] alias question...

2008-04-01 Thread RVaughn
I ran into the same problem with postfix and mailman-2.1.9-r3 on Gentoo. You are already on a wild goose chase. But that master.cf seems good. Check your postfix logs for [local] fatal: execvp /usr/lib/mailman/mail/mailman: Permission denied reverting to gentoo's 2.1.9 did nothing. chmod does

[Mailman-Users] Fwd: import email module problem

2008-04-01 Thread Prashanth
On Wed, Apr 2, 2008 at 12:06 AM, Mark Sapiro [EMAIL PROTECTED] wrote: prashanth g wrote: How are you setting sys.path so that from Mailman import MailList works at all? mailman is installed in the /usr/local/mailman and i am appending the path by sys.path.append('/usr/local/mailman/')

Re: [Mailman-Users] Fwd: import email module problem

2008-04-01 Thread Mark Sapiro
Prashanth wrote: On Wed, Apr 2, 2008 at 12:06 AM, Mark Sapiro [EMAIL PROTECTED] wrote: prashanth g wrote: How are you setting sys.path so that from Mailman import MailList works at all? mailman is installed in the /usr/local/mailman and i am appending the path by

[Mailman-Users] clone_member

2008-04-01 Thread Con Wieland
I've used this command regularly when folks addresses change but since upgrading it hangs very early along the way with no errors. ./clone_member -r [EMAIL PROTECTED] [EMAIL PROTECTED] .. processing mailing list: uci-gis address not found: [EMAIL PROTECTED] processing mailing list:

Re: [Mailman-Users] clone_member

2008-04-01 Thread Mark Sapiro
Con Wieland wrote: I've used this command regularly when folks addresses change but since upgrading it hangs very early along the way with no errors. ./clone_member -r [EMAIL PROTECTED] [EMAIL PROTECTED] .. processing mailing list: uci-gis address not found: [EMAIL PROTECTED]

Re: [Mailman-Users] clone_member

2008-04-01 Thread Con Wieland
On Apr 1, 2008, at 2:09 PM, Mark Sapiro wrote: Con Wieland wrote: I've used this command regularly when folks addresses change but since upgrading it hangs very early along the way with no errors. ./clone_member -r [EMAIL PROTECTED] [EMAIL PROTECTED] .. processing mailing list:

Re: [Mailman-Users] clone_member

2008-04-01 Thread Mark Sapiro
Con Wieland wrote: On Apr 1, 2008, at 2:09 PM, Mark Sapiro wrote: If so, I'd check for stale locks, see http://www.python.org/cgi-bin/faqw-mm.py? req=showfile=faq04.076.htp. Here is the lock file bash-2.05$ ls casa-chavez.lock.maillists.nac.uci.edu.8797.68 Unless you caught this lock in

[Mailman-Users] mailman +postgres

2008-04-01 Thread Gerardo Herzig
Hi all. Im just wondering: There is a mailman implementation who uses postgres as data storage? A quick google just shows me tons of postgres lists working under mailman :) Thanks! Gerardo -- Mailman-Users mailing list

[Mailman-Users] mailman footer

2008-04-01 Thread Prashanth
Hi, which variable has the e-mail id of the receptionist and if i need to add that in the footer where should i set that. In the Non-digest option i said %(member)s but it shows that as such -- regards, Prashanth http://munichlinux.blogspot.com

Re: [Mailman-Users] mailman footer

2008-04-01 Thread Glenn Sieb
Prashanth wrote: Hi, which variable has the e-mail id of the receptionist and if i need to add that in the footer where should i set that. In the Non-digest option i said %(member)s but it shows that as such Don't forget to turn on personalization! I usually use this as my

[Mailman-Users] mailman footer

2008-04-01 Thread Prashanth
On Wed, Apr 2, 2008 at 8:41 AM, Glenn Sieb [EMAIL PROTECTED] wrote: Don't forget to turn on personalization! I usually use this as my footer on the lists I host: ___ %(real_name)s mailing list %(real_name)[EMAIL

Re: [Mailman-Users] mailman footer

2008-04-01 Thread Mark Sapiro
Prashanth wrote: On Wed, Apr 2, 2008 at 8:41 AM, Glenn Sieb [EMAIL PROTECTED] wrote: ! Don't forget to turn on personalization! ! after setting the footer when i receive the mail it show the variable as such like this : ___

[Mailman-Users] pipermail footer (was: mailman footer)

2008-04-01 Thread Jim Popovitch
Is there a way to add a pipermail (archive) footer, but not an email footer, specifically a script (a'la Google Analytics)? Thx, -Jim P. -- Mailman-Users mailing list Mailman-Users@python.org

[Mailman-Users] moderation not working

2008-04-01 Thread [EMAIL PROTECTED]
Hi, I have a list that I run that is having moderation problems. While I have turned on all of the correct moderator options, certain addresses seem to be alluding the system, and it's causing a lot of problems. I think I have tracked the cause to '+' characters being used in people's email

[Mailman-Users] archive 404 strangness

2008-04-01 Thread Jim Popovitch
Sort of OT, but Mailman related. Lately I've noticed lots of 404 log errors for archive pages where the first letter of the Month is not capatilized (i.e. 2007-september, instead of the correct 2007-September). These first started in appearing in the logs around December 2007, but continue