Re: [Mailman-Users] Indexing mail right after delivery

2010-03-04 Thread Cedric Jeanneret
On Wed, 03 Mar 2010 10:04:31 -0800 Mark Sapiro m...@msapiro.net wrote: On 3/3/2010 9:20 AM, Cédric Jeanneret wrote: Maybe a python version? What is really strange is that it works inside the archiver I tried to NOT use email.message_from_file (so use directly StringIO on sys.stdin),

Re: [Mailman-Users] Indexing mail right after delivery

2010-03-04 Thread Cedric Jeanneret
On Wed, 03 Mar 2010 10:04:31 -0800 Mark Sapiro m...@msapiro.net wrote: On 3/3/2010 9:20 AM, Cédric Jeanneret wrote: Maybe a python version? What is really strange is that it works inside the archiver I tried to NOT use email.message_from_file (so use directly StringIO on sys.stdin),

Re: [Mailman-Users] Indexing mail right after delivery

2010-03-04 Thread Mark Sapiro
On 3/4/2010 4:23 AM, Cedric Jeanneret wrote: I think I found what's the problem is : the script works now, but as I write my own archiver, it doesn't do the pipermail part (i.e. update mails in archive)... I thought that this code : mlist = MailList.MailList(maillist, lock=False) msg =

Re: [Mailman-Users] Indexing mail right after delivery

2010-03-04 Thread Mark Sapiro
On 3/4/2010 4:46 AM, Cedric Jeanneret wrote: uho, found it !! mailman/bin/arch toto I guess that's all :)) You may or may not be able to use bin/arch, but you can't use it in conjunction with an external archiver because of list locking. If you call bin/arch from your external archiver

Re: [Mailman-Users] Indexing mail right after delivery

2010-03-04 Thread Cedric Jeanneret
On Thu, 04 Mar 2010 06:49:54 -0800 Mark Sapiro m...@msapiro.net wrote: On 3/4/2010 4:23 AM, Cedric Jeanneret wrote: I think I found what's the problem is : the script works now, but as I write my own archiver, it doesn't do the pipermail part (i.e. update mails in archive)... I thought

Re: [Mailman-Users] Indexing mail right after delivery

2010-03-04 Thread Mark Sapiro
On 3/4/2010 7:10 AM, Cedric Jeanneret wrote: hmmm, I use the h.close() a bit after (I catche its latest ID so that I ca build the direct URL for my indexer). But for now, I guess I'm done. I've opened a bug (didn't figure where I could put my stuff) on launchpad:

[Mailman-Users] List Limitations

2010-03-04 Thread Richard Berta
Hello, Our Association currently uses your mailing list program (Mailman), and I'm not familiar with it's limitations ie how big of a mailing list we can have. We're looking to start a new listserv with 3,000+ names, can the current system handle something of that size? I could not locate

Re: [Mailman-Users] List Limitations

2010-03-04 Thread Larry Stone
On Wed, 3 Mar 2010, Richard Berta wrote: We're looking to start a new listserv Listserv is not a synonym for mailing list. Rather, it is the trademarked name for a competing brand of mailing list management software. Please do not use listserv in connection with GNU Mailman. with 3,000+

[Mailman-Users] Problems regenerating archives from mbox files

2010-03-04 Thread Hank van Cleef
I'm trying to rebuild the Pipermail archives for a list. The archive base runs from 1998 to present, about 25,000 mails/year. The mbox files are segmented by year. What documentation there is for the bin/arch utility appears to be in its --help printout and in the Python code. Thus far, it

Re: [Mailman-Users] Problems regenerating archives from mbox files

2010-03-04 Thread Mark Sapiro
Hank van Cleef wrote: Thus far, it appears that we've gotten a complete build, but have problems with year 2002. About 250 posts have their headers archived properly, but without the message text. That text is archived as no subject on the date arch was run. I've done a quick check, just to

[Mailman-Users] Permission Denied errors

2010-03-04 Thread Beyer, Clay
Hello Everyone, I am getting some permission denied errors that is causing about 2000 messages to appear in my mailbox, not sure what is going on. My check_perms seems to run fine and fix all permissions, so looking for any additional help. The error: IOErro: [Errno 13] Permission denied:

Re: [Mailman-Users] Permission Denied errors

2010-03-04 Thread Mark Sapiro
Beyer, Clay IOErro: [Errno 13] Permission denied: '/var/lib/mailman/locks/gate_news.lock.NKADDWEB.4363.0' Presumably this is from the emailed output of cron/gate_news which runs every 5 minutes and mails you this message. Was there a traceback. It would say exactly what was being attempted

Re: [Mailman-Users] Permission Denied errors

2010-03-04 Thread Beyer, Clay
Beyer, Clay IOErro: [Errno 13] Permission denied: '/var/lib/mailman/locks/gate_news.lock.NKADDWEB.4363.0' Presumably this is from the emailed output of cron/gate_news which runs every 5 minutes and mails you this message. Was there a traceback. It would say exactly what was being attempted

Re: [Mailman-Users] Permission Denied errors

2010-03-04 Thread Mark Sapiro
Beyer, Clay wrote: How do I make the cron user (im too much of a newbie for this to be a policy manager ;)) able to write to the directory, I'm not very fluent messing with users, yet... Mailman's crontab should be installed so it either belongs to the mailman user (which I think is 'list' in

Re: [Mailman-Users] List Limitations

2010-03-04 Thread Richard Berta
Thank you, Larry, for the helpful information as well as a quick response! Richard Berta Membership, Marketing Communications Director California Library Association 950 Glenn Drive, Suite 150 Folsom, CA 95630 916.233.3298 p 916.932.2209 f Follow CLA on Facebook and Twitter!

[Mailman-Users] mailman admin question

2010-03-04 Thread rey art
Dear Sr. I Have admin user of mine mailman list. I want to know if may be possible using web admin page, delete old post. I Want to delete or modify some old post bye web: http://mylist.org/cgi-bin/mailman/admin/my-list-name/ may be possible?? the only way is command line? for me, now it is

[Mailman-Users] Problem with authorizing...

2010-03-04 Thread Mitch Braff
Every time someone from our listserv sends an email to the list we have to authorize the request. What is the setting to let ALL users on the list send email without getting authorization form the admin? Can't find it. Thank you. -Mitch Mitch Braff Executive Director Jewish Partisan

[Mailman-Users] Waiting moderator requests not found

2010-03-04 Thread Rob Tanner
Hi, I just upgraded from version 2.1.9 to 2.1.13 to hopefully solve a couple of problems, and the upgrade solved all but one. The moderator of one of the lists gets email that tells him there are two requests pending, but when he clicks on the link to go to the administrative database the

Re: [Mailman-Users] Permission Denied errors

2010-03-04 Thread Beyer, Clay
-rw--- 1 mailman crontab /var/spool/cron/crontabs/mailman -rw-r--r-- 1 root root /etc/cron.d/maiman Those are the two places you mentioned. Thanks, ClayB Beyer, Clay wrote: How do I make the cron user (im too much of a newbie for this to be a policy manager ;)) able to write to the

Re: [Mailman-Users] mailman admin question

2010-03-04 Thread Mark Sapiro
On 3/4/2010 1:08 PM, rey art wrote: I Have admin user of mine mailman list. I want to know if may be possible using web admin page, delete old post. I Want to delete or modify some old post bye web: There is no web facility for modifying messages in Mailman's archive. It has to be done as

Re: [Mailman-Users] Permission Denied errors

2010-03-04 Thread Mark Sapiro
Beyer, Claywrote: -rw--- 1 mailman crontab /var/spool/cron/crontabs/mailman -rw-r--r-- 1 root root /etc/cron.d/maiman Those are the two places you mentioned. So I'm just guessing, but I suspect that the crontab in /etc/cron.d/mailman (?) is correct and is running successfully and the one

Re: [Mailman-Users] Waiting moderator requests not found

2010-03-04 Thread Mark Sapiro
Rob Tanner wrote: I just upgraded from version 2.1.9 to 2.1.13 to hopefully solve a couple of problems, and the upgrade solved all but one. The moderator of one of the lists gets email that tells him there are two requests pending, but when he clicks on the link to go to the administrative

Re: [Mailman-Users] Problem with authorizing...

2010-03-04 Thread Mark Sapiro
Mitch Braff wrote: Every time someone from our listserv sends an email to the list we have to authorize the request. What is the setting to let ALL users on the list send email without getting authorization form the admin? Can't find it. If you really have a listserv[1], you've come to

[Mailman-Users] owner in a list

2010-03-04 Thread Infokeep - Mario Sergio
Hi list, I have a mailman installed and its work fine. I have a question about the owner list. I created a t...@domain.com list and defined three owners: us...@domain.com us...@domain.com otherl...@domain.com This otherlist is in my mailman. But, when I do some actions, like remove a member,

Re: [Mailman-Users] owner in a list

2010-03-04 Thread Mark Sapiro
Infokeep - Mario Sergio wrote: I created a t...@domain.com list and defined three owners: us...@domain.com us...@domain.com otherl...@domain.com This otherlist is in my mailman. But, when I do some actions, like remove a member, or add a new member, the email is delivery only user1 and user2.