diff options
author | Mark Sapiro <mark@msapiro.net> | 2017-05-30 13:41:30 -0700 |
---|---|---|
committer | Mark Sapiro <mark@msapiro.net> | 2017-05-30 13:41:30 -0700 |
commit | f0950842497d8c8de6422f8fa94b2df398e9932a (patch) | |
tree | 836a5c0c05a6b495908b9ef458c0e5756beb81c9 /NEWS | |
parent | 73fd31d3a6a9083bc7a3e782575ef581a0596af6 (diff) | |
download | mailman2-f0950842497d8c8de6422f8fa94b2df398e9932a.tar.gz mailman2-f0950842497d8c8de6422f8fa94b2df398e9932a.tar.xz mailman2-f0950842497d8c8de6422f8fa94b2df398e9932a.zip |
Display only the list-owner address in the 'list run by' footer.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -44,6 +44,9 @@ Here is a history of user visible changes to Mailman. Bug fixes and other patches + - The 'list run by' addresses in web page footers are now just the + list-owner address. (LP: #1694384) + - Changed member_verbosity_threshold from a >= test to a strictly > test to avoid the issue of moderating every post when the threshold = 1. (LP: #1693366) |