[Mailman-Users] Shunted Messages: Uncaught runner exception: 'str'object has no attribute 'get_sender'

Patrick Bogen pdbogen at gmail.com
Tue Apr 18 17:38:01 CEST 2006


On 4/17/06, Mark Sapiro <msapiro at value.net> 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



More information about the Mailman-Users mailing list