------------------------------------------------------------ revno: 1702 fixes bug: https://launchpad.net/bugs/266269 committer: Mark Sapiro <m...@msapiro.net> branch nick: 2.1 timestamp: Fri 2017-05-12 12:38:40 -0700 message: Changed DEFAULT_MSG_FOOTER to use standard sig separator. modified: Mailman/Defaults.py.in NEWS
-- lp:mailman/2.1 https://code.launchpad.net/~mailman-coders/mailman/2.1 Your team Mailman Checkins is subscribed to branch lp:mailman/2.1. To unsubscribe from this branch go to https://code.launchpad.net/~mailman-coders/mailman/2.1/+edit-subscription
=== modified file 'Mailman/Defaults.py.in' --- Mailman/Defaults.py.in 2017-03-06 20:34:18 +0000 +++ Mailman/Defaults.py.in 2017-05-12 19:38:40 +0000 @@ -1087,7 +1087,7 @@ 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 @@ # 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 === modified file 'NEWS' --- NEWS 2017-05-12 19:17:13 +0000 +++ NEWS 2017-05-12 19:38:40 +0000 @@ -18,6 +18,11 @@ - 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
_______________________________________________ Mailman-checkins mailing list Mailman-checkins@python.org Unsubscribe: https://mail.python.org/mailman/options/mailman-checkins/archive%40jab.org