summaryrefslogtreecommitdiff
path: root/Mailman/MailList.py
diff options
context:
space:
mode:
authorklm1998-08-01 19:13:32 +0000
committerklm1998-08-01 19:13:32 +0000
commitd44a75b6ed511456a0aab5a885b0c5831afc6907 (patch)
tree1a4e369f7c1d0279cecd502ffbdd4eaa0f74d476 /Mailman/MailList.py
parent92956285d99dea138375be5e9c56c707d6f8dd1f (diff)
downloadmailman-d44a75b6ed511456a0aab5a885b0c5831afc6907.tar.gz
mailman-d44a75b6ed511456a0aab5a885b0c5831afc6907.tar.zst
mailman-d44a75b6ed511456a0aab5a885b0c5831afc6907.zip
Diffstat (limited to 'Mailman/MailList.py')
-rw-r--r--Mailman/MailList.py19
1 files changed, 11 insertions, 8 deletions
diff --git a/Mailman/MailList.py b/Mailman/MailList.py
index c9b52b9be..7be036bef 100644
--- a/Mailman/MailList.py
+++ b/Mailman/MailList.py
@@ -409,20 +409,23 @@ class MailList(MailCommandHandler, HTMLFormatter, Deliverer, ListAdmin,
"General posting filters",
('moderated', mm_cfg.Radio, ('No', 'Yes'), 0,
- 'Must posts be approved by a moderator?',
-
- "If the 'posters' option has any entries then it supercedes"
- " this setting."),
+ 'Must posts be approved by an administrator?'
+ "If the 'posters' option has any entries then it forces the"
+ ' list to be moderated, regadless of this setting.'),
('member_posting_only', mm_cfg.Radio, ('No', 'Yes'), 0,
'Restrict posting privilege to only list members?'),
('posters', mm_cfg.EmailList, (5, 30), 1,
- 'Addresses blessed for posting to this list. (Adding'
- ' anyone to this list implies moderation of everyone else.)',
+ 'Addresses of members accepted for posting to this'
+ ' list with no required approval. (But then moderation'
+ ' is activated for all other members.)',
- "Adding any entries to this list supercedes the setting of"
- " the list-moderation option."),
+ "Adding any entries here causes the list to moderated,"
+ " regardless of the separate setting of the"
+ " <i>moderated</i> option."),
+##?? % os.path.join(self.GetRelativeScriptURL('admin'),
+##?? 'privacy#moderated'
"Spam-specific posting filters",