This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

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:38Michalasetrecipients: + Michala, barry, r.david.murray
2017-10-09 13:01:34Michalasetmessageid: <1507554094.81.0.213398074469.issue31445@psf.upfronthosting.co.za>
2017-10-09 13:01:34Michalalinkissue31445 messages
2017-10-09 13:01:34Michalacreate