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 christian.heimes
Date 2012-09-25.15:47:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1348588031.23.0.102095786296.issue16042@psf.upfronthosting.co.za>
In-reply-to
Content
RFC 821 [1] specifies rather short line lengths between 512 and 1001 chars including the trailing CRLF. A line limit of a couple of kilobyte should definitely work with all standard conform SMTP clients and servers.

[1] http://www.freesoft.org/CIE/RFC/821/24.htm
History
Date User Action Args
2012-09-25 15:47:11christian.heimessetrecipients: + christian.heimes
2012-09-25 15:47:11christian.heimessetmessageid: <1348588031.23.0.102095786296.issue16042@psf.upfronthosting.co.za>
2012-09-25 15:47:10christian.heimeslinkissue16042 messages
2012-09-25 15:47:10christian.heimescreate