Message329372
| Author | msapiro |
|---|---|
| Recipients | barry, cnicodeme, jwilk, msapiro, r.david.murray |
| Date | 2018-11-06.18:14:44 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1541528084.82.0.788709270274.issue34155@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
The issue is illustrated much more simply as follows:
email.utils.parseaddr('John Doe jdoe@example.com <other@example.net>')
returns
('', 'John Doe jdoe@example.com')
whereas it should return
('John Doe jdoe@example.com', 'other@example.net')
I'll look at developing a patch. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-11-06 18:14:44 | msapiro | set | recipients: + msapiro, barry, jwilk, r.david.murray, cnicodeme |
| 2018-11-06 18:14:44 | msapiro | set | messageid: <1541528084.82.0.788709270274.issue34155@psf.upfronthosting.co.za> |
| 2018-11-06 18:14:44 | msapiro | link | issue34155 messages |
| 2018-11-06 18:14:44 | msapiro | create | |