summaryrefslogtreecommitdiff
path: root/modules/maillist.py
diff options
context:
space:
mode:
authorklm1998-05-01 15:31:15 +0000
committerklm1998-05-01 15:31:15 +0000
commitb326287c7a9c3e470fd3704fcd56e73e47ec9095 (patch)
treefa1ca9e1570bea6da655ab3e2215301b8d5f60fb /modules/maillist.py
parentf052b5a110b54ad71dc229db001a48471e689400 (diff)
downloadmailman-b326287c7a9c3e470fd3704fcd56e73e47ec9095.tar.gz
mailman-b326287c7a9c3e470fd3704fcd56e73e47ec9095.tar.zst
mailman-b326287c7a9c3e470fd3704fcd56e73e47ec9095.zip
On further thought, emphasize that case-changes only are acceptable
for the real_name setting - in the brief description.
Diffstat (limited to 'modules/maillist.py')
-rw-r--r--modules/maillist.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/maillist.py b/modules/maillist.py
index 0f7bfe6d1..2c113102a 100644
--- a/modules/maillist.py
+++ b/modules/maillist.py
@@ -1,6 +1,6 @@
"The class representing a mailman maillist. Mixes in many feature classes."
-__version__ = "$Revision: 503 $"
+__version__ = "$Revision: 504 $"
try:
import mm_cfg
@@ -171,7 +171,7 @@ class MailList(MailCommandHandler, HTMLFormatter, Deliverer, ListAdmin,
"Fundamental list characteristics, including descriptive"
" info and basic behaviors.",
('real_name', mm_cfg.String, 50, 0,
- 'The public name of this list',
+ 'The public name of this list (make case-changes only).',
"The capitalization of this name can be changed to make it"
" presentable in polite company as a proper noun, or to make an"