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 mglover
Recipients barry, mglover, r.david.murray
Date 2021-03-18.05:23:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1616045037.12.0.319838812735.issue43493@roundup.psfhosted.org>
In-reply-to
Content
Further research shows that email.parser.Parser is not handling the affected lines correctly -- the leading '\n ' is not being stripped from the header value.

Attached is the (ugly, worksforme) function I'm using to workaround this problem
History
Date User Action Args
2021-03-18 05:23:57mgloversetrecipients: + mglover, barry, r.david.murray
2021-03-18 05:23:57mgloversetmessageid: <1616045037.12.0.319838812735.issue43493@roundup.psfhosted.org>
2021-03-18 05:23:57mgloverlinkissue43493 messages
2021-03-18 05:23:57mglovercreate