Re: [Mailman-Users] digest threshold problem

2005-06-01 Thread Sean
Thanks Mark. Of course the incident has not repeated itself so it looks like it was probably human error that caused the digest to be sent. Sean On Fri, 27 May 2005, Mark Sapiro wrote: > Sean wrote: > > >Can anyone point me to the code that checks the digest size for > >the daily senddigests cr

[Mailman-Users] mailman + database

2005-06-01 Thread Jean-Philippe GIOLA
Hi all! Is there an option in mailman in order to fill in a database with mail when they are sent ? Or I have to write a php script witch will parse a mbox file for fill in my database...! reguards -- Cordialement, Jean-Philippe Giola - 6577 -

[Mailman-Users] (re-post) smtp failures, please help

2005-06-01 Thread Ricardo Kleemann
Hi... I posted this yesterday but I have received no replies... can someone help me out? Thanks Ricardo > Hi, > > I'm getting errors in the smtp-failure log when a message is attempted to be > delivered to the list owner. > > This is the error I see: > > SMTP session failure: 517, Syntax error

Re: [Mailman-Users] (re-post) smtp failures, please help

2005-06-01 Thread Sythos
On Wed, Jun 01, 2005 at 06:44:14AM -0700, Ricardo Kleemann wrote: > I posted this yesterday but I have received no replies... can someone help > me out? You must supply more info... OS? Mailman version? Distro? Python version? MTA (name and version)? Regards -- Sythos - http://www.sythos.net

Re: [Mailman-Users] (re-post) smtp failures, please help

2005-06-01 Thread Ricardo Kleemann
Thank you. I'm running on linux (on this server, an older SuSE version). Mailman 2.1.4, Python 2.3, the mta is courier. I've been using mailman for quite some time and it has always seemed to work without problems. But I'm having trouble with messages being sent to the list owner (administrator)

Re: [Mailman-Users] (re-post) smtp failures, please help

2005-06-01 Thread Mark Sapiro
Ricardo Kleemann wrote: > >I've been using mailman for quite some time and it has always seemed to work >without problems. > >But I'm having trouble with messages being sent to the list owner >(administrator) for a moderated list. The error I see in the log is > >SMTP session failure: 517, Syntax e

Re: [Mailman-Users] (re-post) smtp failures, please help

2005-06-01 Thread Ricardo Kleemann
Thanks for the pointers, Mark. > > Is it only the one list, or is it all moderated lists? Well I reconfigured the list so that members are not moderated, just to test... no difference. Now I'm actually just simply sending email directly to the -owner address, and I continue to get this syntax er

[Mailman-Users] Clear Archives

2005-06-01 Thread Paul Lewis
Hi, I user mailman to run a couple of mailing lists for my student union, and as it's coming to the end of the year, wanted to clear the archives to start afresh next year. Can anyone tell me how I can go about doing this? Cheers, Paul --- Paul Lewis ([EMAIL PROTECTED]) JCR Computing Rep St A

Re: [Mailman-Users] mailman + database

2005-06-01 Thread david gordon
Jean-Philippe GIOLA wrote on Wed 01 Jun 2005 at 15:16 +0200 >Is there an option in mailman in order to fill in a database with mail >when they are sent ? I wonder if something like Phorum Mail2Forum or FUDforum could be a solution for you? -- david.

Re: [Mailman-Users] Subject: Clear Archives

2005-06-01 Thread Mark Sapiro
Paul Lewis wrote: >I user mailman to run a couple of mailing lists for my student union, and as >it's coming to the end of the year, wanted to clear the archives to start >afresh next year. > >Can anyone tell me how I can go about doing this? cat /dev/null > archives/private/listname.mbox/listn

Re: [Mailman-Users] (re-post) smtp failures, please help

2005-06-01 Thread Ricardo Kleemann
Awesome, this below is exactly what I was looking for; I'll add that code to try and get more debug from the smtp transaction. Thanks Ricardo > > If you look in Mailman/Handlers/SMTPDirect.py within the definition of > bulkdeliver() you'll see > >except smtplib.SMTPResponseException, e: >

Re: [Mailman-Users] (re-post) smtp failures, please help

2005-06-01 Thread Mark Sapiro
Ricardo Kleemann wrote: >Awesome, this below is exactly what I was looking for; I'll add that code to >try and get more debug from the smtp transaction. >> >> You could add following that something like >> >>syslog('smtp-failure', 'Args\n envsender->%s >> \n recips->%s\n m