summaryrefslogtreecommitdiff
path: root/modules/maillist.py
diff options
context:
space:
mode:
authorviega1998-06-12 10:22:02 +0000
committerviega1998-06-12 10:22:02 +0000
commitcf2e26386d6eb6afe55fa9fcb42c02ed30cb9746 (patch)
treec5ef6d26c5bafb0c23c739ae116556b097453b66 /modules/maillist.py
parent8a55643a1b09e3276f23f2619d692602e908c3df (diff)
downloadmailman-cf2e26386d6eb6afe55fa9fcb42c02ed30cb9746.tar.gz
mailman-cf2e26386d6eb6afe55fa9fcb42c02ed30cb9746.tar.zst
mailman-cf2e26386d6eb6afe55fa9fcb42c02ed30cb9746.zip
Diffstat (limited to 'modules/maillist.py')
-rw-r--r--modules/maillist.py9
1 files changed, 9 insertions, 0 deletions
diff --git a/modules/maillist.py b/modules/maillist.py
index 8cf620eca..a3474f714 100644
--- a/modules/maillist.py
+++ b/modules/maillist.py
@@ -154,6 +154,7 @@ class MailList(MailCommandHandler, HTMLFormatter, Deliverer, ListAdmin,
self.acceptable_aliases = mm_cfg.DEFAULT_ACCEPTABLE_ALIASES
self.reminders_to_admins = mm_cfg.DEFAULT_REMINDERS_TO_ADMINS
self.send_reminders = mm_cfg.DEFAULT_SEND_REMINDERS
+ self.send_welcome_msg = mm_cfg.DEFAULT_SEND_WELCOME_MSG
self.bounce_matching_headers = \
mm_cfg.DEFAULT_BOUNCE_MATCHING_HEADERS
self.anonymous_list = mm_cfg.DEFAULT_ANONYMOUS_LIST
@@ -284,6 +285,14 @@ class MailList(MailCommandHandler, HTMLFormatter, Deliverer, ListAdmin,
'Send monthly password reminders or no? Overrides the previous '
'option.'),
+ ('send_welcome_msg', mm_cfg.Radio, ('No', 'Yes'), 0,
+ 'Send welcome message when people subscribe?',
+ "Turn this on only if you plan on subscribing people manually "
+ "and don't want them to know that you did so. This option "
+ "is most useful for transparently migrating lists from "
+ "some other mailing list manager to Mailman."),
+
+
('admin_immed_notify', mm_cfg.Radio, ('No', 'Yes'), 0,
'Should administrator get immediate notice of new requests, '
'as well as daily notices about collected ones?',