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 ------------------------------------------------------ Mailman-Users mailing list [email protected] https://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://wiki.list.org/x/AgA3 Security Policy: http://wiki.list.org/x/QIA9 Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: https://mail.python.org/mailman/options/mailman-users/archive%40jab.org
