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 mtorromeo
Recipients barry, mtorromeo, r.david.murray
Date 2017-11-30.10:40:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1512038434.94.0.213398074469.issue32178@psf.upfronthosting.co.za>
In-reply-to
Content
With some malformed email address list, the parser for email groups raises an `IndexError` instead of the correct `HeaderParseError`.

This results in a complete failure to parse the email while it is still preferable to just ignore the malformed header.

An example of such a malformed list is this:
`To: :Foo <foo@example.com> <bar@example.com>`
History
Date User Action Args
2017-11-30 10:40:34mtorromeosetrecipients: + mtorromeo, barry, r.david.murray
2017-11-30 10:40:34mtorromeosetmessageid: <1512038434.94.0.213398074469.issue32178@psf.upfronthosting.co.za>
2017-11-30 10:40:34mtorromeolinkissue32178 messages
2017-11-30 10:40:34mtorromeocreate