Gage has submitted this change and it was merged.

Change subject: mailman: SENDER_HEADERS use from only
......................................................................


mailman: SENDER_HEADERS use from only

To give a better way to battle spam, use from as a value in headers
as opposed to setting as none as is defult in Mailman behaviour by
not assuming all emails are from list members.

Bug: 46049
Change-Id: I9a3732ab64bde14d0f44c8b52065434cc4efcd22
---
M modules/mailman/files/mm_cfg.py
1 file changed, 3 insertions(+), 0 deletions(-)

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



diff --git a/modules/mailman/files/mm_cfg.py b/modules/mailman/files/mm_cfg.py
index 52fc11b..bad4411 100644
--- a/modules/mailman/files/mm_cfg.py
+++ b/modules/mailman/files/mm_cfg.py
@@ -123,3 +123,6 @@
 
 # use https for mailman archive links instead of the default http
 PUBLIC_ARCHIVE_URL = 'https://%(hostname)s/pipermail/%(listname)s/'
+
+# see bug 46049
+SENDER_HEADERS = ('from')

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I9a3732ab64bde14d0f44c8b52065434cc4efcd22
Gerrit-PatchSet: 4
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: John F. Lewis <johnflewi...@gmail.com>
Gerrit-Reviewer: Alexandros Kosiaris <akosia...@wikimedia.org>
Gerrit-Reviewer: Andrew Bogott <abog...@wikimedia.org>
Gerrit-Reviewer: BBlack <bbl...@wikimedia.org>
Gerrit-Reviewer: Faidon Liambotis <fai...@wikimedia.org>
Gerrit-Reviewer: Gage <jger...@wikimedia.org>
Gerrit-Reviewer: John F. Lewis <johnflewi...@gmail.com>
Gerrit-Reviewer: Southparkfan <southparkfan...@hotmail.com>
Gerrit-Reviewer: Thehelpfulone <thehelpfulonew...@gmail.com>
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