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 bpoaugust
Recipients barry, bpoaugust, eric.smith, r.david.murray
Date 2022-01-18.11:38:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1642505898.8.0.522071633906.issue46392@roundup.psfhosted.org>
In-reply-to
Content
When the library is being used to parse existing emails, I think it needs to do the minimum validation and canonicalisation.

It may be useful in some circumstances to report where the input is not syntactically correct, but I'm not sure it is helpful to truncate the input at the first syntax error.

When the library is used to generate emails, validation should be very strict.
History
Date User Action Args
2022-01-18 11:38:18bpoaugustsetrecipients: + bpoaugust, barry, eric.smith, r.david.murray
2022-01-18 11:38:18bpoaugustsetmessageid: <1642505898.8.0.522071633906.issue46392@roundup.psfhosted.org>
2022-01-18 11:38:18bpoaugustlinkissue46392 messages
2022-01-18 11:38:18bpoaugustcreate