On 4/17/06, Mark Sapiro <[EMAIL PROTECTED]> wrote: > Probably, because the queue entries may be defective. I.e. it appears > that the message object in the .pck file is an unparsed string but > '_parsemsg' is False in the message metadata.
Indeed, your supposition seems to be correct: <----- start object 2 -----> { '_parsemsg': False, 'received_time': 1143744566.9515591, 'version': 3, 'whichq': '/var/lib/mailman/qfiles/in'} [----- end pickle file -----] And the data in object 1 is the plain text of the message. Pulling the message out and passing it to inject seems to have resulted in a successful post. I did go ahead and upgrade to 2.1.7-2, so either whatever caused the problem before was fixed, or it's some sort of transient error that I'm not going to be able to reproduce. -- - Patrick Bogen ------------------------------------------------------ Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org Security Policy: http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp