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 xiang.zhang
Recipients barry, r.david.murray, xiang.zhang, Константин Волков
Date 2016-09-10.05:44:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473486260.13.0.166767612844.issue27931@psf.upfronthosting.co.za>
In-reply-to
Content
You are right David. But I don't understand what it has to do with headerregistry. I update my original patch to get that behaviour, limit it the affection in angleaddr. Now seems everything is fine.

>>> email._header_value_parser.get_angle_addr('<""@wiarcom.com> SIZE=28113')[0].local_part
''
>>> email._header_value_parser.get_angle_addr('<""@wiarcom.com> SIZE=28113')[0].domain
'wiarcom.com'
>>> email._header_value_parser.get_angle_addr('<""@wiarcom.com> SIZE=28113')[0].route
>>> email._header_value_parser.get_angle_addr('<""@wiarcom.com> SIZE=28113')[0].addr_spec
'""@wiarcom.com'
History
Date User Action Args
2016-09-10 05:44:20xiang.zhangsetrecipients: + xiang.zhang, barry, r.david.murray, Константин Волков
2016-09-10 05:44:20xiang.zhangsetmessageid: <1473486260.13.0.166767612844.issue27931@psf.upfronthosting.co.za>
2016-09-10 05:44:20xiang.zhanglinkissue27931 messages
2016-09-10 05:44:19xiang.zhangcreate