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 Константин Волков
Recipients barry, r.david.murray, Константин Волков
Date 2016-09-01.15:29:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1472743779.07.0.918992764498.issue27931@psf.upfronthosting.co.za>
In-reply-to
Content
Email lib fails to parse some emails:

from email._header_value_parser import get_angle_addr    get_angle_addr('<""@wiarcom.com> SIZE=28113').addr_spec

IndexError: list index out of range

Seems that email address can be parsed.
History
Date User Action Args
2016-09-01 15:29:39Константин Волковsetrecipients: + Константин Волков, barry, r.david.murray
2016-09-01 15:29:39Константин Волковsetmessageid: <1472743779.07.0.918992764498.issue27931@psf.upfronthosting.co.za>
2016-09-01 15:29:39Константин Волковlinkissue27931 messages
2016-09-01 15:29:38Константин Волковcreate