aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Sapiro <mark@msapiro.net>2017-05-12 12:38:40 -0700
committerMark Sapiro <mark@msapiro.net>2017-05-12 12:38:40 -0700
commit48b5c517cec11db47c97a5ddacee6c5f8d15e4e4 (patch)
tree3b034f2cdebd86e2956615a793fb88164f99ddb9
parentfb58b853207250551741f2e27640194157d52210 (diff)
downloadmailman2-48b5c517cec11db47c97a5ddacee6c5f8d15e4e4.tar.gz
mailman2-48b5c517cec11db47c97a5ddacee6c5f8d15e4e4.tar.xz
mailman2-48b5c517cec11db47c97a5ddacee6c5f8d15e4e4.zip
Changed DEFAULT_MSG_FOOTER to use standard sig separator.
-rwxr-xr-xMailman/Defaults.py.in7
-rw-r--r--NEWS5
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