[Mailman-Users] repeated subject prefix

2002-05-25 Thread Donal Hunt
Nathan, What version of Mailman are you running on your server? I remember seeing this discussed in the past (check the list archives) and it should be fixed in the latest 2.0x branch and 2.1 branches. Regards Donal DCU From: N K <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: [Mailman

Re: [Mailman-Users] CGI-GID problem (wanted 99, got -1)

2002-05-23 Thread Donal Hunt
Robb, I'm pretty sure this is related to a bug with suexec and cgid in Apache 2 (though i could be wrong). A developer on one of the systems here in DCU has written some patches that should be part of the apache 2.0.37 release. In the meantime, these patches are available here: h

Re: [Mailman-Users] Mailman does everything except send mail

2002-05-21 Thread Donal Hunt
> On Tue, 2002-05-21 at 11:31, Jörn Nettingsmeier wrote: > > Adrian 'Dagurashibanipal' von Bidder wrote: > > > > Yes, yes. In other words: mailman currently has no means to trigger the > > > qrunner on message receipt which would imo be a sensible solution for > > > low-traffic systems. > > The

Re: [Mailman-Users] 2.1 release (approx) + Mass subscribe?

2002-05-11 Thread Donal Hunt
Don't have a date for you, but can tell you that 2.1b2 already contains the mass unsubscribe feature you are looking for. Regards Donal DCU > Date: Sat, 11 May 2002 15:02:33 +0100 (IST) > From: "adam (dahamsta)" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Subject: [Mailman-Users] 2.1 releas

Re: [Mailman-Users] Mailman & LDAP

2001-11-21 Thread Donal Hunt
tc differences. Regards Donal Hunt --Sysops-- DCU >From Mailman-Users digest, Vol 1 #1588 - 20 msgs: Message-ID: <01da01c17134$c07d9be0$0b04010a@JCARNES> From: "Jon Carnes" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>, "J C Lawrence" <[EMAIL PROTE

[Mailman-Users] Re: version 2.1 bugs and questions

2001-09-17 Thread Donal Hunt
Peter, if you put: "end" or "--" after the last command it will ignore the rest of the message including any footers you may have. Incidentally someone was asking about help for email commands over the weekend. If you send a mail with the subject "help" to -request@host, where is the name o

Re: [Mailman-Users] Discard non-member postings automatically?

2001-06-25 Thread Donal Hunt
I think JB is looking for a way to get rid of pending admin requests for held postings. I posted a python script to the list at the end of April (around then i think!) that did just that. Have a look through the archives (I think they are searchable now) for "clear_requests" or something similar

[Mailman-Users] Using alternate password repository?

2001-05-23 Thread Donal Hunt
I'm currently working on a college project to migrate mailman data to ldap. Authentication is very easily done - it's 5/6 lines afair. I used the python-ldap module to integrate the ldap routines. Let me know if you want a look at the code... Donal

Re: [Mailman-Users] deleting pending requests

2001-05-12 Thread Donal Hunt
Haisam, I posted a script on thursday about how to do it in the latest version of mailman (mailman-2.0). I don't know at what stage the mailman developers changed the way admin requests are stored, but a search through the change log will probably tell ya. :) The script below should work for Ma