RE: [Mailman-Developers] Adding headers to mailman generated mails

2004-01-23 Thread Brad Knowles
At 1:04 PM -0800 2004/01/23, Somuchfun wrote: I did some testing with a 50,000 members list and the time it takes to send when using personalization is twice as long (8hrs instead of 4). Not surprising. See . Of course th

RE: [Mailman-Developers] Adding headers to mailman generated mails

2004-01-23 Thread Somuchfun
Brad, I did some testing with a 50,000 members list and the time it takes to send when using personalization is twice as long (8hrs instead of 4). Of course that is bad news. I also tested some other mailing list software like Gordano's Communicator and Lyris Listmanager and they both seem to be ab

Re: [Mailman-Developers] Adding headers to mailman generated mails

2004-01-23 Thread John A. Martin
> "baw" == Barry Warsaw > "RE: [Mailman-Developers] Adding headers to mailman generated mails" > Thu, 22 Jan 2004 17:50:33 -0500 baw> I don't think Postfix has the same embedding capabilities, baw> although I haven't looked at what Postfix 2.1 may provide. Hmm... dunno, but p

Re: [Mailman-Developers] embedded html problem with large lists

2004-01-23 Thread Brad Knowles
At 8:49 PM -0800 2004/01/22, ryan wrote: From your experience, do you think that it could be my MTA, Sendmail 8.12.6? It is a fairly stock configuration. I know this is a bit off topic, but if anyone has any ideas here, I'd deeply appreciate a response (on or off list). I'm pretty familiar

[Mailman-Developers] prevent qp as qp routine broken

2004-01-23 Thread Michael Heydekamp
Hi, as Mailman's qp routine seems to be completely broken I'd like to know how to prevent Mailman from qp'ing messages (for instance when sending out subscribeack.txt) at all. I don't see the benefit of qp'ing anyway but wouldn't mind if Mailman would do it correctly. But that's not the case ...

Re: [Mailman-Developers] mailman setup

2004-01-23 Thread Simone Piunno
Alle 00:03, venerdì 23 gennaio 2004, Simone Piunno ha scritto: >try: > execfile('/etc/mailman.conf') >except SyntaxError: > # I don't know how to write better info, like the offending line OK, this is better: except SyntaxError: import sys et, ev, tb = sys