Faidon has submitted this change and it was merged.

Change subject: mailman: remove DKIM headers
......................................................................


mailman: remove DKIM headers

mailman alters content body by putting footers etc. and hence
invalidates DKIM signatures. Although they shouldn't theoretically hurt,
strip them when doing so to avoid confusion.

Change-Id: Ic8483364e81d44106a159b580929ef32409798f3
---
M files/mailman/mm_cfg.py
1 file changed, 4 insertions(+), 0 deletions(-)

Approvals:
  Faidon: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/files/mailman/mm_cfg.py b/files/mailman/mm_cfg.py
index 0a8fad9..41fda60 100644
--- a/files/mailman/mm_cfg.py
+++ b/files/mailman/mm_cfg.py
@@ -116,3 +116,7 @@
 
 #Limiting the size of message to prevent archrunner from dying...
 MAX_MESSAGE_SIZE = 5120
+
+# we put footers etc. and hence invalidate DKIM signatures
+# although they shouldn't theoretically hurt, remove them to avoid confusion
+REMOVE_DKIM_HEADERS = Yes

-- 
To view, visit https://gerrit.wikimedia.org/r/80181
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Ic8483364e81d44106a159b580929ef32409798f3
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Faidon <fai...@wikimedia.org>
Gerrit-Reviewer: Faidon <fai...@wikimedia.org>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to