This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author sjt
Recipients barry, frispete, r.david.murray, sjt
Date 2016-06-08.13:13:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1465391626.12.0.88339611564.issue27257@psf.upfronthosting.co.za>
In-reply-to
Content
In Python 3.5, both entering the problematic header by hand with a trivial body and using email.message_from_string to parse it, and calling email.message_from_file on lkml-exception.mail, produce an email.message.Message with no defects and no traceback.

Without access to mail_filter.py, it's not clear what the defect might be.
History
Date User Action Args
2016-06-08 13:13:46sjtsetrecipients: + sjt, barry, frispete, r.david.murray
2016-06-08 13:13:46sjtsetmessageid: <1465391626.12.0.88339611564.issue27257@psf.upfronthosting.co.za>
2016-06-08 13:13:46sjtlinkissue27257 messages
2016-06-08 13:13:45sjtcreate