The mailman FAQ (http://www.python.org/cgi-bin/faqw-mm.py?req=all#6.6)
says about the incoming message queue processor: "It's STILL not FIFO
(and this is why replies get seen before messages being replied to, and
why digests have messages scrambles; Barry and I have talked at length
about this
One of the lists I host on a mailman 2.0.13 installation fields
discussions in Japanese. The value of autoresponse_postings_text is in
a Japanese character set (ISO-2022-JP I believe) which, when parsed as
if it was ASCII or ISO-8859-1, contains the string "%a".
When qrunner tries to autorespo
Myk Melez wrote:
It looks like the problem is in MailCommandHandler.py, which tries to
split the header without making sure it exists first. The attached
patch seems to fix the problem.
Looks like the list strips attachments, so here's the patch inline:
/var/mailman/Ma
qrunner on my mailman 2.0.13 installation crashes with the following
error when it encounters a message with no Subject header:
Apr 09 14:40:02 2004 qrunner(18834): Traceback (innermost last):
Apr 09 14:40:02 2004 qrunner(18834): File "/var/mailman/cron/qrunner",
line 283, in ?
Apr 09 14:40:02