From cdeb3f99d2a612391afea9f4eb3f09c60724a72e Mon Sep 17 00:00:00 2001 From: bwarsaw Date: Fri, 19 Oct 2001 18:58:52 +0000 Subject: GetConfigInfo(): Rewrite the summary and details for default_member_moderation to clarify. --- Mailman/Gui/Privacy.py | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/Mailman/Gui/Privacy.py b/Mailman/Gui/Privacy.py index 17ad6a60f..a64efbb3f 100644 --- a/Mailman/Gui/Privacy.py +++ b/Mailman/Gui/Privacy.py @@ -149,7 +149,7 @@ class Privacy: _("General sender filters"), ('default_member_moderation', mm_cfg.Radio, (_('No'), _('Yes')), - 0, _('By default, should list member postings be moderated?'), + 0, _('By default, should new list member postings be moderated?'), _("""Each list member has a moderation flag which says whether messages from the list member can be posted directly to @@ -158,10 +158,13 @@ class Privacy: approved first. You, the list administrator can decide whether a specific individual's postings will be moderated or not. -

This option specifies the default state of the member - moderation flag. Turn this option off to accept member postings - by default. Turn this option on to, by default, moderate member - postings first.""")), +

When a new member is subscribed, their initial moderation flag + takes its value from this option. Turn this option off to accept + member postings by default. Turn this option on to, by default, + moderate member postings first. You can always manually set an + individual member's moderation bit by using the + membership management + screens.""")), ('accept_these_nonmembers', mm_cfg.EmailList, (10, WIDTH), 1, _("""List of non-member addresses whose postings should be -- cgit v1.3.1