From 68cb71d7407a251f8d2d8452bf5dc1934f14ad5e Mon Sep 17 00:00:00 2001 From: klm Date: Wed, 8 Apr 1998 23:55:49 +0000 Subject: Refined a few long descriptions (now that i can look at them in a browser). --- Mailman/MailList.py | 31 ++++++++++++++++++------------- 1 file changed, 18 insertions(+), 13 deletions(-) (limited to 'Mailman/MailList.py') diff --git a/Mailman/MailList.py b/Mailman/MailList.py index 69596cb62..840bb3e64 100644 --- a/Mailman/MailList.py +++ b/Mailman/MailList.py @@ -175,9 +175,8 @@ class MailList(MailCommandHandler, HTMLFormatter, Deliverer, ListAdmin, 'The public name of this list'), ('owner', mm_cfg.EmailList, (3,30), 0, - "The list admin's email address (or addresses).", - - "Multiple list admins - ie, multiple addresses - are ok."), + "The list admin's email address - multiple admins/addresses" + " is ok."), ('description', mm_cfg.String, 50, 0, 'A one sentence description of this list.'), @@ -193,7 +192,7 @@ class MailList(MailCommandHandler, HTMLFormatter, Deliverer, ListAdmin, " mess up the entire listinfo page."), ('subject_prefix', mm_cfg.String, 10, 0, - 'Subject line prefix.', + 'Prefix for subject line of list postings.', "Text prefixed to posting subject lines to distinguish" " maillist messages in mailbox summaries."), @@ -291,9 +290,10 @@ class MailList(MailCommandHandler, HTMLFormatter, Deliverer, ListAdmin, "This option determines whether web-initiated subscribes" " require further confirmation, either from the subscribed" - " address or from the list administrator. Lack of any" - " confirmation makes web-based confirms a target for" - " mischievous subscriptions by third parties."), + " address or from the list administrator. Absence of" + " any confirmation makes web-based subscription a" + " tempting opportunity for mischievous subscriptions by third" + " parties."), "Membership exposure", @@ -310,9 +310,10 @@ class MailList(MailCommandHandler, HTMLFormatter, Deliverer, ListAdmin, "Setting this option causes member email addresses to be" " transformed when they are presented on list web pages (both" - " in text and as links), to interfere with automated web" - " scanners recognizing them and snarfing them up for" - " use by spammers."), + " in text and as links), so they're not trivially" + " recognizable as email addresses. The intention is to" + " to prevent the addresses from being snarfed up by" + " automated web scanners for use by spammers."), "General posting filters", @@ -348,7 +349,7 @@ class MailList(MailCommandHandler, HTMLFormatter, Deliverer, ListAdmin, " postings relayed from other addresses, unless
For example:
to: .*@public.comsays" + " to hold all postings with a TO header containing" + " '@public.com' anywhere among the addresses." "
Note that leading whitespace is trimmed from the" " regexp. This can be circumvented in a number of ways, eg" " by escaping or bracketing it."), -- cgit v1.2.3-70-g09d2