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 frispete
Recipients barry, frispete, r.david.murray
Date 2016-07-14.10:56:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1468493768.23.0.755996904007.issue27513@psf.upfronthosting.co.za>
In-reply-to
Content
message.get cannot decode the header correctly, and returns a Header instance instead, which makes email.utils.getaddresses stumble upon...

A much better behavior for getaddresses in this case would be returning the perfectly valid address, and ignoring the invalid dtext part.
History
Date User Action Args
2016-07-14 10:56:08frispetesetrecipients: + frispete, barry, r.david.murray
2016-07-14 10:56:08frispetesetmessageid: <1468493768.23.0.755996904007.issue27513@psf.upfronthosting.co.za>
2016-07-14 10:56:08frispetelinkissue27513 messages
2016-07-14 10:56:08frispetecreate