diff options
author | Mark Sapiro <mark@msapiro.net> | 2013-09-28 16:08:15 -0700 |
---|---|---|
committer | Mark Sapiro <mark@msapiro.net> | 2013-09-28 16:08:15 -0700 |
commit | 2d8a570e69262584f838526a01df91a3c37de3ad (patch) | |
tree | fce426b9bca5ae0d1d87be1d3b67845fc2c06680 /Mailman/Gui/General.py | |
parent | f85010a770c8bed07dce85ccaf50425fa42acc0f (diff) | |
download | mailman2-2d8a570e69262584f838526a01df91a3c37de3ad.tar.gz mailman2-2d8a570e69262584f838526a01df91a3c37de3ad.tar.xz mailman2-2d8a570e69262584f838526a01df91a3c37de3ad.zip |
Renamed author_is_list to from_is_list.
Diffstat (limited to 'Mailman/Gui/General.py')
-rw-r--r-- | Mailman/Gui/General.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Mailman/Gui/General.py b/Mailman/Gui/General.py index c1c27ff9..24bc009a 100644 --- a/Mailman/Gui/General.py +++ b/Mailman/Gui/General.py @@ -155,9 +155,9 @@ class General(GUIBase): """)), ] - if mm_cfg.ALLOW_AUTHOR_IS_LIST: + if mm_cfg.ALLOW_FROM_IS_LIST: rtn.append( - ('author_is_list', mm_cfg.Radio, + ('from_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 |