[Mailman-Developers] More on Mysql MemberAdaptor?

2003-11-04 Thread List
Further to my previous message, I've now got it reading config from mm_cfg.py, verifying the connectivity to the mysql database on the __init__ call, rather than throwing up(numerous) errors later on, updated the README to reflect relevant changes, and just generally cleaned things up a bit. That's

Re: [Mailman-Developers] RE: [Mailman-Users] Mailman & CPanel?

2003-11-04 Thread J. Nick Koston
The only problem that I've seen so far that I haven't track down to user error is mailman telling someone that their post has been rejected even though they are subscribed to the list and allowed to post. I still haven't been able to track down this one yet, or verify it as legit. As soon as I do

[Mailman-Developers] Mysql MemberAdaptor?

2003-11-04 Thread List
Hi All, I'm presuming this is the appropriate list to post this to... If anyone cares, I've written a Mysql MemberAdaptor based on the OldStyleMemberships.py module, which seems to work ok. I've not done much large scale testing as yet, though. I've put it up at http://kyrian.ore.org/MailmanMysq

[Mailman-Developers] Automatic delivery off/on for vacation?

2003-11-04 Thread jp_mailman
Is there any plans to have a way for subscribers to automatically turn off, and then on, the delivery of a mailing list (for example when going on vacation)? Probably require parsing a start and stop date, or a start date and number of days to hold email. Thanx. -- Give your child mental blocks

Re: [Mailman-Developers] RE: [Mailman-Users] Mailman & CPanel?

2003-11-04 Thread Barry Warsaw
On Tue, 2003-11-04 at 10:51, J. Nick Koston wrote: > The only problem that I've seen so far that I haven't track down to user > error is mailman telling someone that their post has been rejected even > though they are subscribed to the list and allowed to post. I still > haven't been able to track