Message329463
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. |
|
Date |
User |
Action |
Args |
2018-11-08 08:23:11 | kal.sze | set | recipients:
+ kal.sze, barry, msapiro, jwilk, r.david.murray, xtreak, cnicodeme |
2018-11-08 08:23:11 | kal.sze | set | messageid: <1541665391.09.0.788709270274.issue34155@psf.upfronthosting.co.za> |
2018-11-08 08:23:11 | kal.sze | link | issue34155 messages |
2018-11-08 08:23:11 | kal.sze | create | |
|