Issue 1221: email.Utils.parseaddr("a(WRONG)@b") - Python tracker

Issue1221

Created on 2007-09-30 12:39 by helmut, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (4)
msg56199 - (view) Author: (helmut) Date: 2007-09-30 12:39
>>> email.Utils.parseaddr("a(WRONG)@b")
('WRONG WRONG', 'a@b')

I believe this is wrong.
msg59740 - (view) Author: Stuart D Gathman (sdgathman) Date: 2008-01-11 19:37
see Issue1029395
msg59752 - (view) Author: Christian Heimes (christian.heimes) * (Python committer) Date: 2008-01-11 21:18
Duplicated
msg140641 - (view) Author: R. David Murray (r.david.murray) * (Python committer) Date: 2011-07-19 00:56
Woops, hit a button wrong and managed to delete a message.  It just said:

See Issue1025395
History
Date User Action Args
2022-04-11 14:56:27adminsetgithub: 45562
2011-07-19 00:56:40r.david.murraysetnosy: + r.david.murray
messages: + msg140641
2011-07-19 00:54:09r.david.murraysetmessages: - msg59741
2008-01-11 21:18:31christian.heimessetstatus: open -> closed
superseder: email.Utils.parseaddr fails to parse valid addresses
messages: + msg59752
priority: normal
nosy: + christian.heimes
resolution: duplicate
2008-01-11 19:38:26sdgathmansetmessages: + msg59741
2008-01-11 19:37:14sdgathmansetnosy: + sdgathman
messages: + msg59740
2007-09-30 17:45:02georg.brandlsetassignee: barry
nosy: + barry
2007-09-30 12:39:04helmutcreate