From cf2e26386d6eb6afe55fa9fcb42c02ed30cb9746 Mon Sep 17 00:00:00 2001 From: viega Date: Fri, 12 Jun 1998 10:22:02 +0000 Subject: Added support for send_welcome_msg. --- modules/maillist.py | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'modules/maillist.py') 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?', -- cgit v1.2.3-70-g09d2