diff options
| author | Barry Warsaw | 2012-03-04 18:39:08 -0500 |
|---|---|---|
| committer | Barry Warsaw | 2012-03-04 18:39:08 -0500 |
| commit | 40347db84550a85f43e6befa4641693200d30509 (patch) | |
| tree | 3d248904701bf0a8c673d384fb01d675c72a6917 /src/mailman/styles/default.py | |
| parent | 73f497133ca7cadc91cdec9b87b80d2886f11472 (diff) | |
| download | mailman-40347db84550a85f43e6befa4641693200d30509.tar.gz mailman-40347db84550a85f43e6befa4641693200d30509.tar.zst mailman-40347db84550a85f43e6befa4641693200d30509.zip | |
Diffstat (limited to 'src/mailman/styles/default.py')
| -rw-r--r-- | src/mailman/styles/default.py | 19 |
1 files changed, 5 insertions, 14 deletions
diff --git a/src/mailman/styles/default.py b/src/mailman/styles/default.py index 8d4ef83df..623bf1bc1 100644 --- a/src/mailman/styles/default.py +++ b/src/mailman/styles/default.py @@ -106,13 +106,9 @@ from: .*@uplinkpro.com mlist.mime_is_default_digest = False mlist.digest_size_threshold = 30 # KB mlist.digest_send_periodic = True - mlist.digest_header = '' - mlist.digest_footer = """\ -_______________________________________________ -$real_name mailing list -$fqdn_listname -${listinfo_page} -""" + mlist.digest_header_uri = None + mlist.digest_footer_uri = ( + 'mailman:///$listname/$language/footer-generic.txt') mlist.digest_volume_frequency = DigestFrequency.monthly mlist.next_digest_number = 1 mlist.nondigestable = True @@ -137,13 +133,8 @@ ${listinfo_page} # 2-tuple of the date of the last autoresponse and the number of # autoresponses sent on that date. mlist.subject_prefix = _('[$mlist.real_name] ') - mlist.msg_header = '' - mlist.msg_footer = """\ -_______________________________________________ -$real_name mailing list -$fqdn_listname -${listinfo_page} -""" + mlist.header_uri = None + mlist.footer_uri = 'mailman:///$listname/$language/footer-generic.txt' # Set this to Never if the list's preferred language uses us-ascii, # otherwise set it to As Needed. if mlist.preferred_language.charset == 'us-ascii': |
