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 barry, melicertes, sdgathman
Date 2008-01-10.16:39:04
SpamBayes Score 0.15555623
Marked as misclassified No
Message-id <1199983145.31.0.340478672037.issue1025395@psf.upfronthosting.co.za>
In-reply-to
Content
Repeating because previous real life test case was rejected as 'spam':

It also fails to parse:
>>> from email.Utils import parseaddr
>>> parseaddr('foo@spammer.com <bar@baz.com>')
('', 'foo@spammer.com')

Getting the wrong part as the actual email to boot!  Checked 2.4 and 2.5.
History
Date User Action Args
2008-01-10 16:39:05sdgathmansetspambayes_score: 0.155556 -> 0.15555623
recipients: + sdgathman, barry, melicertes
2008-01-10 16:39:05sdgathmansetspambayes_score: 0.155556 -> 0.155556
messageid: <1199983145.31.0.340478672037.issue1025395@psf.upfronthosting.co.za>
2008-01-10 16:39:04sdgathmanlinkissue1025395 messages
2008-01-10 16:39:04sdgathmancreate