aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMark Sapiro <mark@msapiro.net>2015-04-23 17:42:33 -0700
committerMark Sapiro <mark@msapiro.net>2015-04-23 17:42:33 -0700
commit8f7fc30bde024165d742ecae082858d80f1012b8 (patch)
tree22d4c5533e75637159ca1a5b679824920d14b85c /NEWS
parentbaee4f8a34ab3ababaede13d00ae0467abee1f99 (diff)
downloadmailman2-8f7fc30bde024165d742ecae082858d80f1012b8.tar.gz
mailman2-8f7fc30bde024165d742ecae082858d80f1012b8.tar.xz
mailman2-8f7fc30bde024165d742ecae082858d80f1012b8.zip
If SUBSCRIBE_FORM_SECRET is enabled and a user's network has a load
balancer or similar in use the POSTing IP might not exactly match the GETting IP. This is now accounted for by not requiring the last octet (16 bits for ipV6) to match.
Diffstat (limited to 'NEWS')
-rwxr-xr-xNEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index b2f16bc5..e0c4951f 100755
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,11 @@ Here is a history of user visible changes to Mailman.
Bug fixes and other patches
+ - If SUBSCRIBE_FORM_SECRET is enabled and a user's network has a load
+ balancer or similar in use the POSTing IP might not exactly match the
+ GETting IP. This is now accounted for by not requiring the last
+ octet (16 bits for ipV6) to match. (LP: #1447445)
+
- DKIM-Signature:, DomainKey-Signature: and Authentication-Results:
headers are now removed by default from posts to anonymous lists.
(LP: #1444673)