diff options
author | Jim Popovitch <jimpop@gmail.com> | 2013-10-20 21:55:48 +0000 |
---|---|---|
committer | Jim Popovitch <jimpop@gmail.com> | 2013-10-20 21:55:48 +0000 |
commit | 80f14d7924d0a1b90873ecdc8388a10d31e440b3 (patch) | |
tree | 719efdc479f6cad5839bc1c152e6a62f88e694b0 /Mailman/Gui/Privacy.py | |
parent | 715eeb4227e48eba5c1aff1a0be219dda4faa5db (diff) | |
download | mailman2-80f14d7924d0a1b90873ecdc8388a10d31e440b3.tar.gz mailman2-80f14d7924d0a1b90873ecdc8388a10d31e440b3.tar.xz mailman2-80f14d7924d0a1b90873ecdc8388a10d31e440b3.zip |
Incorporated feedback from Mark S.
Diffstat (limited to '')
-rw-r--r-- | Mailman/Gui/Privacy.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mailman/Gui/Privacy.py b/Mailman/Gui/Privacy.py index ae78b209..3e963b7a 100644 --- a/Mailman/Gui/Privacy.py +++ b/Mailman/Gui/Privacy.py @@ -236,7 +236,7 @@ class Privacy(GUIBase): be sent to moderated members who post to this list.""")), ('dmarc_moderation_action', mm_cfg.Radio, - (_('Hold'), _('Reject'), _('Discard')), 0, + (_('Accept'), _('Hold'), _('Reject'), _('Discard')), 0, _("""Action to take when anyone posts to the list from a domain with a DMARC Reject Policy."""), _("""<ul><li><b>Hold</b> -- this holds the message for approval |