From d42ff460f48550f01b7cf97935df4bcdfb829373 Mon Sep 17 00:00:00 2001 From: Mark Sapiro Date: Fri, 1 Mar 2019 18:24:14 -0800 Subject: Implement MAX_LISTNAME_LENGTH to avoid calculating on each web access. --- NEWS | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index cfca39a2..2b6de6c0 100644 --- a/NEWS +++ b/NEWS @@ -14,6 +14,13 @@ Here is a history of user visible changes to Mailman. From: addresses listed or matching listed regexps. This can be used to modify mail to addresses that don't accept external mail From: themselves. + + - There is a new MAX_LISTNAME_LENGTH setting. The fix for LP: #1780874 + obtains a list of the names of all the all the lists in the installation + in order to determine the maximum length of a legitimate list name. It + does this on every web access and on sites with a very large number of + lists, this can have performance implications. See the description in + Defaults.py for more information. Bug Fixes and other patches -- cgit v1.2.3