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 kal.sze
Recipients barry, cnicodeme, jwilk, kal.sze, msapiro, r.david.murray, xtreak
Date 2018-11-08.08:23:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1541665391.09.0.788709270274.issue34155@psf.upfronthosting.co.za>
In-reply-to
Content
Another failure case:

>>> from email.utils import parseaddr
>>> parseaddr('fo@o@bar.com')
('', 'fo@o')

If I understand the RFC correctly, the correct results should be ('', '') because there are two '@' signs. The first '@' would need to be quoted for the address to be valid.
History
Date User Action Args
2018-11-08 08:23:11kal.szesetrecipients: + kal.sze, barry, msapiro, jwilk, r.david.murray, xtreak, cnicodeme
2018-11-08 08:23:11kal.szesetmessageid: <1541665391.09.0.788709270274.issue34155@psf.upfronthosting.co.za>
2018-11-08 08:23:11kal.szelinkissue34155 messages
2018-11-08 08:23:11kal.szecreate