From 8f79812f3e5537f06e3da4514d3373c32a89f619 Mon Sep 17 00:00:00 2001 From: Mark Sapiro Date: Tue, 19 Jan 2016 12:19:54 -0800 Subject: Some wording clarifications. --- Mailman/Gui/Privacy.py | 4 ++-- NEWS | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) mode change 100755 => 100644 NEWS 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 old mode 100755 new mode 100644 index b31ad9ab..1a62d446 --- 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. -- cgit v1.2.3