From 7e5470afdef0a60796cdb7974f30c46cfbfcbd4f Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Sat, 3 Mar 2012 23:29:26 -0500 Subject: * Support downloading templates by URI, including mailman:// URIs. This is used in welcome and goodbye messages, and supports both language and mailing list specifications. E.g. mailman:///test@example.com/it/welc.txt * Schema changes: - welcome_msg -> welcome_message_uri - goodbye_msg -> goodbye_message_uri - send_welcome_msg -> send_welcome_message - send_goodbye_msg -> send_goodbye_message * New `ITemplateLoader` utility. --- src/mailman/styles/default.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/mailman/styles') diff --git a/src/mailman/styles/default.py b/src/mailman/styles/default.py index be5f89000..674b0a91f 100644 --- a/src/mailman/styles/default.py +++ b/src/mailman/styles/default.py @@ -74,8 +74,8 @@ class DefaultStyle: mlist.admin_notify_mchanges = False mlist.require_explicit_destination = True mlist.send_reminders = True - mlist.send_welcome_msg = True - mlist.send_goodbye_msg = True + mlist.send_welcome_message = True + mlist.send_goodbye_message = True mlist.bounce_matching_headers = """ # Lines that *start* with a '#' are comments. to: friend@public.com @@ -87,8 +87,8 @@ from: .*@uplinkpro.com mlist.anonymous_list = False mlist.description = '' mlist.info = '' - mlist.welcome_msg = '' - mlist.goodbye_msg = '' + mlist.welcome_message_uri = '' + mlist.goodbye_message_uri = '' mlist.subscribe_policy = 1 mlist.subscribe_auto_approval = [] mlist.unsubscribe_policy = 0 -- cgit v1.2.3-70-g09d2