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 christian.heimes
Recipients barry, christian.heimes, melicertes, sdgathman
Date 2008-01-11.21:18:11
SpamBayes Score 0.38237736
Marked as misclassified No
Message-id <1200086292.88.0.419494240482.issue1025395@psf.upfronthosting.co.za>
In-reply-to
Content
An example from #1221:

>>> email.Utils.parseaddr("a(WRONG)@b")
('WRONG WRONG', 'a@b')
History
Date User Action Args
2008-01-11 21:18:13christian.heimessetspambayes_score: 0.382377 -> 0.38237736
recipients: + christian.heimes, barry, melicertes, sdgathman
2008-01-11 21:18:12christian.heimessetspambayes_score: 0.382377 -> 0.382377
messageid: <1200086292.88.0.419494240482.issue1025395@psf.upfronthosting.co.za>
2008-01-11 21:18:11christian.heimeslinkissue1025395 messages
2008-01-11 21:18:11christian.heimescreate