aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMark Sapiro <mark@msapiro.net>2017-05-24 16:04:00 -0700
committerMark Sapiro <mark@msapiro.net>2017-05-24 16:04:00 -0700
commit73fd31d3a6a9083bc7a3e782575ef581a0596af6 (patch)
treecc5378a7159445a72ae2e8d53b801dd23ed70416 /NEWS
parentc498829e94cafdc194a45eaf49d4f75785ac0a7a (diff)
downloadmailman2-73fd31d3a6a9083bc7a3e782575ef581a0596af6.tar.gz
mailman2-73fd31d3a6a9083bc7a3e782575ef581a0596af6.tar.xz
mailman2-73fd31d3a6a9083bc7a3e782575ef581a0596af6.zip
Changed member_verbosity_threshold from a >= test to a strictly > test.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 9c38b72e..7314432b 100644
--- a/NEWS
+++ b/NEWS
@@ -44,6 +44,10 @@ Here is a history of user visible changes to Mailman.
Bug fixes and other patches
+ - 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)
+
- 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