Message329463
| 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: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 | |