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 gagern
Recipients barry, collinwinter, gagern, georg.brandl
Date 2010-01-15.16:26:46
SpamBayes Score 4.890942e-06
Marked as misclassified No
Message-id <1263572810.08.0.434207474687.issue1670765@psf.upfronthosting.co.za>
In-reply-to
Content
Let's get some traction here, please!

Attached is a test case which will demonstrate the issue. It includes the content of test5.eml as a string so that it won't require additional files. It produces both human-readable output and a suitable exit status. Turning it into a unit test should be easy as well.

It doesn't do signature verification, but uses simple string comparison instead. The rationale is that anything changing the string would break the signature as well. That should be enough for unit tests.

Please change stage to "patch review".
History
Date User Action Args
2010-01-15 16:26:50gagernsetrecipients: + gagern, barry, georg.brandl, collinwinter
2010-01-15 16:26:50gagernsetmessageid: <1263572810.08.0.434207474687.issue1670765@psf.upfronthosting.co.za>
2010-01-15 16:26:48gagernlinkissue1670765 messages
2010-01-15 16:26:48gagerncreate