[Mailman-Developers] RE: [Mailman-Announce] A book on Mailman? Opinions, please.

2003-11-13 Thread Steve Ensley
We are dropping the use of Mailman ( not enough reporting and too slow). But if you write a book on list server software, you might evaluate different versions and explain how they differ in features and why a feature is important. It has taken us two years to learn all of that. A book would have

[Mailman-Developers] Re: [Mailman-Announce] A book on Mailman? Opinions, please.

2003-11-13 Thread Josh Rabinowitz
Dear Mailman Users: My name is Martin Streicher, and I am the Editor for Open Source books at Apress (http://www.apress.com). I am considering publishing a book on Mailman and would like to hear your opinions. Briefly, the book would be very focused on Mailman, would be about 150-200 pages, an

[Mailman-Developers] Re: [Mailman-Announce] A book on Mailman? Opinions, please.

2003-11-13 Thread Kurt Seifried
You may want to consider some basic performance tuning for sending large amounts of email and limited anti-spam to prevent lists being overwhelmed by crap (moderated or not). I would make it mailman specific, if it isn't you may as well call it "mailing lists". Kurt Seifried, [EMAIL PROTECTED] A1

[Mailman-Developers] Re: [Mailman-Announce] A book on Mailman? Opinions, please.

2003-11-13 Thread Deutscherverein
DIE RECHNUNG FUER DIE CD BEI EBAY HABE ICH NOCH NICHT BEKOMMEN LE GOFF Francois 5 rue des CHALONNIERES 44400 REZE FRANKREICH ___ Mailman-Developers mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-developers

[Mailman-Developers] Re: [Mailman-Announce] A book on Mailman? Opinions, please.

2003-11-13 Thread Ian A B Eiloart
--On Friday, November 7, 2003 11:44 am -0800 Martin Streicher <[EMAIL PROTECTED]> wrote: Dear Mailman Users: My name is Martin Streicher, and I am the Editor for Open Source books at Apress (http://www.apress.com). I am considering publishing a book on Mailman and would like to hear your opini

[Mailman-Developers] Help!

2003-11-13 Thread Ricardo Manuel Carrola Simões
I'm developing a mailing list for academic purposes but i've a small problem! I would like to configure the return-path on the emails, to be diferent from the FROM field. Im using java(Sockets) and sendmail. Could you please help me!? -- Ricardo M.Carrola Simões www.carrola.com __

[Mailman-Developers] New SpamAssassin handler on sf.

2003-11-13 Thread Jeff Warnica
ID 840426 This is different from the 'other' SA handler as it deals with pre-taged messages. IMHO this is far more likely to be the case in an ISP enviroment. The general concensious on my MTA's mailing list being that all mail should be tagged, flagged, and passed on leaving it up to 'something

[Mailman-Developers] Mailman / zmailer integration

2003-11-13 Thread Jeff Warnica
sourceforge patch id: 840432 I may have posted it to the zmailer lsit before, but no harm in reminding people of my all around brilliance. A patch for ZMailers alias.cf file that allows for Mailman integration into this alternative, high performance, MTA in the same style as all the other MTA in

Re: [Mailman-Developers] Re: [Mailman-Announce] A book on Mailman? Opinions, please.

2003-11-13 Thread Barry Warsaw
On Sat, 2003-11-08 at 14:12, [EMAIL PROTECTED] wrote: > DIE RECHNUNG FUER DIE CD BEI EBAY HABE ICH NOCH NICHT BEKOMMEN > LE GOFF Francois > 5 rue des CHALONNIERES > 44400 REZE > FRANKREICH Um, I didn't look at this message too closely when I approved it. Babelfish seems to indicate this may be sp

Re: [Mailman-Developers] Help!

2003-11-13 Thread Richard Barrett
On Tuesday, November 11, 2003, at 06:55 pm, Ricardo Manuel Carrola Simões wrote: I'm developing a mailing list for academic purposes but i've a small problem! I would like to configure the return-path on the emails, to be diferent from the FROM field. The discussion in the following posting to m

[Mailman-Developers] PortableUnixMailbox versus UnixMailbox as superclass for Mailman's Mailbox class

2003-11-13 Thread Richard Barrett
Hello experts In MM 2.1.3, the Mailbox class defined in Mailman.Mailbox uses the standard Python class mailbox.PortableUnixMailbox as its superclass. This has caused me some grief with an unescaped 'From ...' line following a blank line in an mbox archive. The use of PortableUnixMailbox leads