From 48b5c517cec11db47c97a5ddacee6c5f8d15e4e4 Mon Sep 17 00:00:00 2001 From: Mark Sapiro Date: Fri, 12 May 2017 12:38:40 -0700 Subject: Changed DEFAULT_MSG_FOOTER to use standard sig separator. --- Mailman/Defaults.py.in | 7 +++++-- NEWS | 5 +++++ 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/Mailman/Defaults.py.in b/Mailman/Defaults.py.in index 6ad5d7ab..7a2dc526 100755 --- a/Mailman/Defaults.py.in +++ b/Mailman/Defaults.py.in @@ -1087,7 +1087,7 @@ DEFAULT_MAX_MESSAGE_SIZE = 40 # KB DEFAULT_SUBJECT_PREFIX = "[%(real_name)s] " # DEFAULT_SUBJECT_PREFIX = "[%(real_name)s %%d]" # for numbering DEFAULT_MSG_HEADER = "" -DEFAULT_MSG_FOOTER = """_______________________________________________ +DEFAULT_MSG_FOOTER = """-- %(real_name)s mailing list %(real_name)s@%(host_name)s %(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s @@ -1397,7 +1397,10 @@ DEFAULT_NONDIGESTABLE = Yes # Will list be available in digested form? DEFAULT_DIGESTABLE = Yes DEFAULT_DIGEST_HEADER = "" -DEFAULT_DIGEST_FOOTER = DEFAULT_MSG_FOOTER +DEFAULT_DIGEST_FOOTER = """%(real_name)s mailing list +%(real_name)s@%(host_name)s +%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s +""" DEFAULT_DIGEST_IS_DEFAULT = No DEFAULT_MIME_IS_DEFAULT_DIGEST = No diff --git a/NEWS b/NEWS index 2136740d..2bd0e9b0 100644 --- a/NEWS +++ b/NEWS @@ -18,6 +18,11 @@ Here is a history of user visible changes to Mailman. - cron/senddigests has a new -e/--exceptlist option to send pending digests for all but a named list. (LP: #1619770) + - The values for DEFAULT_DIGEST_FOOTER and DEFAULT_MSG_FOOTER have been + changed to use a standard signature separator for DEFAULT_MSG_FOOTER + and to remove the unneded line of underscores from DEFAULT_DIGEST_FOOTER. + (LP: #266269) + i18n - The Polish html templates have been recoded to use html entities -- cgit v1.2.3