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 r.david.murray
Recipients barry, mjpieters, r.david.murray
Date 2019-01-22.18:26:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1548181604.7.0.778096414556.issue35805@roundup.psfhosted.org>
In-reply-to
Content
Yes, the correct solution would be to write an actual parser for headers containing message ids.  All the pieces needed to do this already exist in _header_value_parser, it "just" needs a function that glues them together in the right order, and then apply that new top-level parser to the appropriate headers via headerregistry.

See also issue 34881.
History
Date User Action Args
2019-01-22 18:26:46r.david.murraysetrecipients: + r.david.murray, barry, mjpieters
2019-01-22 18:26:44r.david.murraysetmessageid: <1548181604.7.0.778096414556.issue35805@roundup.psfhosted.org>
2019-01-22 18:26:44r.david.murraylinkissue35805 messages
2019-01-22 18:26:44r.david.murraycreate