summaryrefslogtreecommitdiff
path: root/modules/maillist.py
diff options
context:
space:
mode:
authormailman1998-05-12 16:12:48 +0000
committermailman1998-05-12 16:12:48 +0000
commit60051b0a68da1824af6afcd909098233f4edcff8 (patch)
tree29ece14b8549a55cae1b2eb3a60b6b5a665bb376 /modules/maillist.py
parente75781cc756ee9a23c0d3132d31659c6e690d8f1 (diff)
downloadmailman-60051b0a68da1824af6afcd909098233f4edcff8.tar.gz
mailman-60051b0a68da1824af6afcd909098233f4edcff8.tar.zst
mailman-60051b0a68da1824af6afcd909098233f4edcff8.zip
Diffstat (limited to 'modules/maillist.py')
-rw-r--r--modules/maillist.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/maillist.py b/modules/maillist.py
index 5662d59b1..d0e64c6df 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: 507 $"
+__version__ = "$Revision: 518 $"
try:
import mm_cfg
@@ -227,7 +227,7 @@ class MailList(MailCommandHandler, HTMLFormatter, Deliverer, ListAdmin,
('reply_goes_to_list', mm_cfg.Radio, ('Poster', 'List'), 0,
'Are replies to a post directed to the original poster'
' or to the list? <tt>Poster</tt> is <em>strongly</em>'
- ' recommended.'
+ ' recommended.',
"There are many reasons not to introduce headers like reply-to"
" into other peoples messages - one is that some posters depend"
@@ -238,7 +238,7 @@ class MailList(MailCommandHandler, HTMLFormatter, Deliverer, ListAdmin,
" discussion of this issue."),
('admin_immed_notify', mm_cfg.Radio, ('No', 'Yes'), 0,
- 'Should administrator get immediate notifice of new requests, '
+ 'Should administrator get immediate notice of new requests, '
'as well as daily notices about collected ones?',
"List admins are sent daily reminders of pending admin approval"