diff options
author | Jim Popovitch <jimpop@domainmail.org> | 2018-12-01 04:13:12 +0000 |
---|---|---|
committer | Jim Popovitch <jimpop@domainmail.org> | 2018-12-01 04:13:12 +0000 |
commit | 3242707ec3214cb0ca9c639b99617f69f94f0d05 (patch) | |
tree | a04c00203b4a252d5a2f3c0e1e73263547efcc3a /Mailman/Gui | |
parent | a6a9e9960a6e300630ee46b04831850d0bfec50d (diff) | |
download | mailman2-3242707ec3214cb0ca9c639b99617f69f94f0d05.tar.gz mailman2-3242707ec3214cb0ca9c639b99617f69f94f0d05.tar.xz mailman2-3242707ec3214cb0ca9c639b99617f69f94f0d05.zip |
Updated SpamDetect.py and VARHELP based on feedback from Mark S.
Diffstat (limited to 'Mailman/Gui')
-rw-r--r-- | Mailman/Gui/Privacy.py | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Mailman/Gui/Privacy.py b/Mailman/Gui/Privacy.py index e171389f..13d1f2e8 100644 --- a/Mailman/Gui/Privacy.py +++ b/Mailman/Gui/Privacy.py @@ -362,8 +362,10 @@ class Privacy(GUIBase): >dmarc_moderation_action</a> regardless of any domain specific DMARC Policy."""), - _("""Postings from any of these members will automatically - apply DMARC action mitigation. + _("""Postings from any of these addresses will automatically + apply any DMARC action mitigation. This can be utilized to + automatically wrap or munge postings from known addresses or + domains such as internal domains. <p>Add member addresses one per line; start the line with a ^ character to designate a regular expression match.""")), |