From d444540c4afc13c60199e51cbceb0ab24fc77aa3 Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Sun, 14 Jun 2015 22:03:15 -0400 Subject: * Messages now include a `Message-ID-Hash` as the replacement for `X-Message-ID-Hash` although the latter is still included for backward compatibility. Also be sure that all places which add the header use the same algorithm. --- src/mailman/core/docs/chains.rst | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'src/mailman/core/docs/chains.rst') diff --git a/src/mailman/core/docs/chains.rst b/src/mailman/core/docs/chains.rst index 34f3e5c4e..0769df7f6 100644 --- a/src/mailman/core/docs/chains.rst +++ b/src/mailman/core/docs/chains.rst @@ -147,7 +147,8 @@ This one is addressed to the list moderators. To: test@example.com Subject: My first post Message-ID: - X-Message-ID-Hash: RXJU4JL6N2OUN3OYMXXPPSCR7P7JE2BW + Message-ID-Hash: 4CMWUN6BHVCMHMDAOSJZ2Q72G5M32MWB + X-Message-ID-Hash: 4CMWUN6BHVCMHMDAOSJZ2Q72G5M32MWB An important message. @@ -219,7 +220,8 @@ processed and sent on to the list membership. To: test@example.com Subject: My first post Message-ID: - X-Message-ID-Hash: RXJU4JL6N2OUN3OYMXXPPSCR7P7JE2BW + Message-ID-Hash: 4CMWUN6BHVCMHMDAOSJZ2Q72G5M32MWB + X-Message-ID-Hash: 4CMWUN6BHVCMHMDAOSJZ2Q72G5M32MWB An important message. @@ -264,7 +266,8 @@ This message will end up in the `pipeline` queue. To: test@example.com Subject: My first post Message-ID: - X-Message-ID-Hash: RXJU4JL6N2OUN3OYMXXPPSCR7P7JE2BW + Message-ID-Hash: 4CMWUN6BHVCMHMDAOSJZ2Q72G5M32MWB + X-Message-ID-Hash: 4CMWUN6BHVCMHMDAOSJZ2Q72G5M32MWB X-Mailman-Rule-Misses: approved; emergency; loop; member-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; suspicious-header; nonmember-moderation -- cgit v1.2.3-70-g09d2