[Mailman-Users] Mailman crash/error question

Stephen J. Turnbull stephen at xemacs.org
Sun May 31 18:01:18 CEST 2015


Robert Heller writes:

 > admin(16001):     if id not in senderactions[sender]['message_ids']:
 > admin(16001): KeyError: 'message_ids'

 > Is this something I need to worry about?  Or is it likely to have
 > been caused by an illformed spam message?

I'm not familiar with that particular part of the code, but despite
the key 'message_ids' I don't think this has anything to do with the
well-formedness of the message.  It looks to me like line 760 of
Mailman/Cgi/admindb.py is getting skipped because none of the relevant
variables are present in the CGI data received.  I don't know why that
would be.

(Don't worry about the code reference if you're not prepared to look
at it yourself, I just wanted to save Mark the time since I did look
it up.)

Steve


More information about the Mailman-Users mailing list