Message329377
| Author | r.david.murray |
|---|---|
| Recipients | barry, cnicodeme, jwilk, msapiro, r.david.murray |
| Date | 2018-11-06.19:24:59 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1541532299.8.0.788709270274.issue34155@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
The formatting of that doctest paragraph got messed up. Let me try again:
>>> m = message_from_string("From: John Doe jdoe@example.com <other@example.net>\n\n", policy=default)
>>> m['From'].addresses
(Address(display_name='', username='John Doe jdoe', domain='example.com'),) |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-11-06 19:24:59 | r.david.murray | set | recipients: + r.david.murray, barry, msapiro, jwilk, cnicodeme |
| 2018-11-06 19:24:59 | r.david.murray | set | messageid: <1541532299.8.0.788709270274.issue34155@psf.upfronthosting.co.za> |
| 2018-11-06 19:24:59 | r.david.murray | link | issue34155 messages |
| 2018-11-06 19:24:59 | r.david.murray | create | |