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, r.david.murray
Date 2022-01-16.00:16:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1642292190.73.0.652141176491.issue46392@roundup.psfhosted.org>
In-reply-to
Content
The email headerregistry class MessageIDHeader is too strict when parsing existing Message-Ids. It can truncate Message-Ids that are valid according to the obsolete rules.

As the saying has it: 
"Be liberal in what you accept, and conservative in what you send."

I think the parser should be much closer to the UnstructuredHeader.
History
Date User Action Args
2022-01-16 00:16:30bpoaugustsetrecipients: + bpoaugust, barry, r.david.murray
2022-01-16 00:16:30bpoaugustsetmessageid: <1642292190.73.0.652141176491.issue46392@roundup.psfhosted.org>
2022-01-16 00:16:30bpoaugustlinkissue46392 messages
2022-01-16 00:16:30bpoaugustcreate