diff options
| author | Barry Warsaw | 2012-03-03 23:29:26 -0500 |
|---|---|---|
| committer | Barry Warsaw | 2012-03-03 23:29:26 -0500 |
| commit | 7e5470afdef0a60796cdb7974f30c46cfbfcbd4f (patch) | |
| tree | 9e788a48c0aeb4553b3b1fa966fc7ecb24be22f9 /src/mailman/styles/default.py | |
| parent | e09c13199c2a60724ee601902a51a816e627e024 (diff) | |
| download | mailman-7e5470afdef0a60796cdb7974f30c46cfbfcbd4f.tar.gz mailman-7e5470afdef0a60796cdb7974f30c46cfbfcbd4f.tar.zst mailman-7e5470afdef0a60796cdb7974f30c46cfbfcbd4f.zip | |
Diffstat (limited to 'src/mailman/styles/default.py')
| -rw-r--r-- | src/mailman/styles/default.py | 8 |
1 files changed, 4 insertions, 4 deletions
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 |
