diff options
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 fd7410465..16596e6d2 100644 --- a/src/mailman/model/mailinglist.py +++ b/src/mailman/model/mailinglist.py @@ -132,8 +132,8 @@ class MailingList(Model): default_member_action = Enum(Action) default_nonmember_action = Enum(Action) description = Unicode() - digest_footer = Unicode() - digest_header = Unicode() + digest_footer_uri = Unicode() + digest_header_uri = Unicode() digest_is_default = Bool() digest_send_periodic = Bool() digest_size_threshold = Float() @@ -143,12 +143,14 @@ class MailingList(Model): emergency = Bool() encode_ascii_prefixes = Bool() first_strip_reply_to = Bool() + footer_uri = Unicode() forward_auto_discards = Bool() gateway_to_mail = Bool() gateway_to_news = Bool() generic_nonmember_action = Int() goodbye_message_uri = Unicode() header_matches = Pickle() + header_uri = Unicode() hold_these_nonmembers = Pickle() info = Unicode() linked_newsgroup = Unicode() @@ -158,8 +160,6 @@ class MailingList(Model): member_moderation_notice = Unicode() mime_is_default_digest = Bool() moderator_password = Unicode() - msg_footer = Unicode() - msg_header = Unicode() new_member_options = Int() news_moderation = Enum(NewsModeration) news_prefix_subject_too = Bool() |
