aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMark Sapiro <msapiro@value.net>2011-03-29 20:33:24 -0700
committerMark Sapiro <msapiro@value.net>2011-03-29 20:33:24 -0700
commit5e2f50ff61060fd11ae19ea43808f4a6b07d5b0a (patch)
treeafb08df34f3e57cd19d53d47115752a00fd51cad /NEWS
parent07a595eea998d7b71f74ae6b5acf3d3870a5cd31 (diff)
downloadmailman2-5e2f50ff61060fd11ae19ea43808f4a6b07d5b0a.tar.gz
mailman2-5e2f50ff61060fd11ae19ea43808f4a6b07d5b0a.tar.xz
mailman2-5e2f50ff61060fd11ae19ea43808f4a6b07d5b0a.zip
Changed the subscribe CGI to strip leading and trailing whitespace from
the supplied email address. Bug #745432.
Diffstat (limited to '')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 3e297cf4..5ec7c3f9 100644
--- a/NEWS
+++ b/NEWS
@@ -38,6 +38,9 @@ Here is a history of user visible changes to Mailman.
Bug Fixes and other patches
+ - Changed the subscribe CGI to strip leading and trailing whitespace from
+ the supplied email address. Bug #745432.
+
- Changed the maximum number of arguments for the who command to be
considered administrivia from 2 to 1 to help avoid false positives.
Bug #739524.