aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Mailman/Gui/Privacy.py4
-rw-r--r--[-rwxr-xr-x]NEWS3
2 files changed, 4 insertions, 3 deletions
diff --git a/Mailman/Gui/Privacy.py b/Mailman/Gui/Privacy.py
index a9ce0cde..668140e8 100644
--- a/Mailman/Gui/Privacy.py
+++ b/Mailman/Gui/Privacy.py
@@ -246,12 +246,12 @@ class Privacy(GUIBase):
multiple lists or by a single post to an umbrella list.""")),
('member_verbosity_interval', mm_cfg.Number, 5, 0,
- _("""Number of seconds to keep posts to this list to determine
+ _("""Number of seconds to remember posts to this list to determine
member_verbosity_threshold for automatic moderation of a
member."""),
_("""If a member's total posts to all lists in this installation
- with member_verbosity_threshold enabled exceeds this list's
+ with member_verbosity_threshold enabled reaches this list's
member_verbosity_threshold, the member is automatically
moderated on this list.
diff --git a/NEWS b/NEWS
index b31ad9ab..1a62d446 100755..100644
--- a/NEWS
+++ b/NEWS
@@ -14,7 +14,8 @@ Here is a history of user visible changes to Mailman.
with spam. See the details for the Privacy options ... -> Sender
filters -> member_verbosity_threshold and member_verbosity_interval
settings in the web admin UI and the documentation in Defaults.py for
- the DEFAULT_MEMBER_VERBOSITY_* and VERBOSE_CLEAN_LIMIT for information.
+ the DEFAULT_MEMBER_VERBOSITY_* and VERBOSE_CLEAN_LIMIT settings for
+ information.
- bin/list_members now has options to display all moderated or all
non-moderated members.