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 jafo
Recipients barry, giampaolo.rodola, jafo
Date 2007-09-19.00:49:10
SpamBayes Score 0.0024656642
Marked as misclassified No
Message-id <1190162950.81.0.0324882995728.issue1745035@psf.upfronthosting.co.za>
In-reply-to
Content
Patch is inline above.

RFC2822 says lines MUST be less than 998 bytes long, so this should be fine.

What does this do when a line longer than 4096 bytes is found?  Does it
report an error to the SMTP client?  That's my only concern.
History
Date User Action Args
2007-09-19 00:49:10jafosetspambayes_score: 0.00246566 -> 0.0024656642
recipients: + jafo, barry, giampaolo.rodola
2007-09-19 00:49:10jafosetspambayes_score: 0.00246566 -> 0.00246566
messageid: <1190162950.81.0.0324882995728.issue1745035@psf.upfronthosting.co.za>
2007-09-19 00:49:10jafolinkissue1745035 messages
2007-09-19 00:49:10jafocreate