From fb58b853207250551741f2e27640194157d52210 Mon Sep 17 00:00:00 2001 From: Mark Sapiro Date: Fri, 12 May 2017 12:17:13 -0700 Subject: Improvements in subject prefixing with encoded prefixes. --- NEWS | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 083f4027..2136740d 100644 --- a/NEWS +++ b/NEWS @@ -32,6 +32,11 @@ Here is a history of user visible changes to Mailman. Bug fixes and other patches + - Subject prefixing has been improved to always have a space between + the prefix and the subject even with non-ascii in the prefix. This + will sometimes result in two spaces when the prefix is non-ascii but + the subject is ascii, but this is the lesser evil. (LP: #1525954) + - Treat message and digest headers and footers as empty if they contain only whitespace. (LP: #1673307) -- cgit v1.2.3 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. --- NEWS | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'NEWS') 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