Message303948
| Author | Michala |
|---|---|
| Recipients | Michala, barry, r.david.murray |
| Date | 2017-10-09.13:01:33 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1507554094.81.0.213398074469.issue31445@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
I added 2 lines into the file "email/_header_value_parser.py"
into the function "get_mailbox_list(value)" before return value:
if not value:
value = ';'
return mailbox_list, value
It is in attachments. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2017-10-09 13:01:38 | Michala | set | recipients: + Michala, barry, r.david.murray |
| 2017-10-09 13:01:34 | Michala | set | messageid: <1507554094.81.0.213398074469.issue31445@psf.upfronthosting.co.za> |
| 2017-10-09 13:01:34 | Michala | link | issue31445 messages |
| 2017-10-09 13:01:34 | Michala | create | |