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 sdgathman
Recipients
Date 2008-01-10.16:22:17
SpamBayes Score 0.0
Marked as misclassified No
Message-id
In-reply-to
Content
It also fails to parse:
>>> from email.Utils import parseaddr
>>> parseaddr('foo@viagra.com <bar@baz.com>')
('', 'foo@viagra.com')

Getting the wrong part as the actual email to boot!  Checked 2.4 and 2.5.
History
Date User Action Args
2008-01-30 03:37:04loewissetspambayes_score: 0.902678 -> 0.0
2008-01-28 08:33:42loewisunlinkissue1025395 messages
2008-01-10 16:22:18sdgathmanlinkissue1025395 messages
2008-01-10 16:22:17sdgathmancreate