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/model/mailinglist.py | |
| parent | e09c13199c2a60724ee601902a51a816e627e024 (diff) | |
| download | mailman-7e5470afdef0a60796cdb7974f30c46cfbfcbd4f.tar.gz mailman-7e5470afdef0a60796cdb7974f30c46cfbfcbd4f.tar.zst mailman-7e5470afdef0a60796cdb7974f30c46cfbfcbd4f.zip | |
Diffstat (limited to 'src/mailman/model/mailinglist.py')
| -rw-r--r-- | src/mailman/model/mailinglist.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mailman/model/mailinglist.py b/src/mailman/model/mailinglist.py index 57b1ad9e4..fd7410465 100644 --- a/src/mailman/model/mailinglist.py +++ b/src/mailman/model/mailinglist.py @@ -147,7 +147,7 @@ class MailingList(Model): gateway_to_mail = Bool() gateway_to_news = Bool() generic_nonmember_action = Int() - goodbye_msg = Unicode() + goodbye_message_uri = Unicode() header_matches = Pickle() hold_these_nonmembers = Pickle() info = Unicode() @@ -179,9 +179,9 @@ class MailingList(Model): require_explicit_destination = Bool() respond_to_post_requests = Bool() scrub_nondigest = Bool() - send_goodbye_msg = Bool() + send_goodbye_message = Bool() send_reminders = Bool() - send_welcome_msg = Bool() + send_welcome_message = Bool() start_chain = Unicode() subject_prefix = Unicode() subscribe_auto_approval = Pickle() @@ -190,7 +190,7 @@ class MailingList(Model): topics_bodylines_limit = Int() topics_enabled = Bool() unsubscribe_policy = Int() - welcome_msg = Unicode() + welcome_message_uri = Unicode() def __init__(self, fqdn_listname): super(MailingList, self).__init__() |
