summaryrefslogtreecommitdiff
path: root/src/mailman/docs
diff options
context:
space:
mode:
authorBarry Warsaw2015-06-14 22:03:15 -0400
committerBarry Warsaw2015-06-14 22:03:15 -0400
commitd444540c4afc13c60199e51cbceb0ab24fc77aa3 (patch)
tree3ddc26f545a6b45e266d1decea8f17a71ce45c08 /src/mailman/docs
parent955abee5c16a4a35f270c54cb8d658c4445b4b18 (diff)
downloadmailman-d444540c4afc13c60199e51cbceb0ab24fc77aa3.tar.gz
mailman-d444540c4afc13c60199e51cbceb0ab24fc77aa3.tar.zst
mailman-d444540c4afc13c60199e51cbceb0ab24fc77aa3.zip
* 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.
Diffstat (limited to 'src/mailman/docs')
-rw-r--r--src/mailman/docs/NEWS.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mailman/docs/NEWS.rst b/src/mailman/docs/NEWS.rst
index 0fd37ed00..a2888b631 100644
--- a/src/mailman/docs/NEWS.rst
+++ b/src/mailman/docs/NEWS.rst
@@ -36,6 +36,10 @@ Interfaces
Given by Aurélien Bompard, tweaked by Barry Warsaw.
* The default `postauth.txt` and `postheld.txt` templates now no longer
include the inaccurate admindb and confirmation urls.
+ * 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.
Internal API
------------