aboutsummaryrefslogtreecommitdiffstats
path: root/Mailman/Gui
diff options
context:
space:
mode:
authorMark Sapiro <mark@msapiro.net>2013-09-27 16:33:35 -0700
committerMark Sapiro <mark@msapiro.net>2013-09-27 16:33:35 -0700
commit5391cce1af71723b92bafc2419cec962f1e3ece3 (patch)
treee163c24a980fe14a202750c1a941c21700e0e346 /Mailman/Gui
parentdbddbe175aeeacc668d1c78e1619528c7e828f6d (diff)
downloadmailman2-5391cce1af71723b92bafc2419cec962f1e3ece3.tar.gz
mailman2-5391cce1af71723b92bafc2419cec962f1e3ece3.tar.xz
mailman2-5391cce1af71723b92bafc2419cec962f1e3ece3.zip
Made author_is_list a 3-way with an option to wrap the message.
Diffstat (limited to 'Mailman/Gui')
-rw-r--r--Mailman/Gui/General.py8
1 files changed, 6 insertions, 2 deletions
diff --git a/Mailman/Gui/General.py b/Mailman/Gui/General.py
index d28fe311..c1c27ff9 100644
--- a/Mailman/Gui/General.py
+++ b/Mailman/Gui/General.py
@@ -157,14 +157,18 @@ class General(GUIBase):
if mm_cfg.ALLOW_AUTHOR_IS_LIST:
rtn.append(
- ('author_is_list', mm_cfg.Radio, (_('No'), _('Yes')), 0,
+ ('author_is_list', mm_cfg.Radio,
+ (_('No'), _('Mung From'), _('Wrap Message')), 0,
_("""Replace the sender with the list address to conform with
policies like ADSP and DMARC. It replaces the poster's
address in the From: header with the list address and adds the
poster to the Reply-To: header, but the anonymous_list and
Reply-To: header munging settings below take priority. If
setting this to Yes, it is advised to set the MTA to DKIM sign
- all emails."""))
+ all emails.""") +
+ _("""<br>If this is set to Wrap Message, just wrap the message
+ in an outer message From: the list with Content-Type:
+ message/rfc822."""))
)
rtn.extend([