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 equaeghe
Recipients barry, equaeghe, r.david.murray
Date 2020-08-14.22:06:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1597442811.48.0.272899879601.issue41553@roundup.psfhosted.org>
In-reply-to
Content
We also shouldn't forget Resent-Message-Id.

So in the header registry <https://github.com/python/cpython/blob/2a9f709ba23c8f6aa2bed821aacc4e7baecde383/Lib/email/headerregistry.py#L562>,

'message-id': MessageIDHeader,

should be replaced by

'message-id': UniqueSingleMessageIDHeader,
'resent-message-id': SingleMessageIDHeader,
'in-reply-to': UniqueMessageIDHeader,
'references': UniqueMessageIDHeader,

with Unique/Single used as for the other Headers.
History
Date User Action Args
2020-08-14 22:06:51equaeghesetrecipients: + equaeghe, barry, r.david.murray
2020-08-14 22:06:51equaeghesetmessageid: <1597442811.48.0.272899879601.issue41553@roundup.psfhosted.org>
2020-08-14 22:06:51equaeghelinkissue41553 messages
2020-08-14 22:06:51equaeghecreate