diff options
author | Mark Sapiro <mark@msapiro.net> | 2015-04-23 17:42:33 -0700 |
---|---|---|
committer | Mark Sapiro <mark@msapiro.net> | 2015-04-23 17:42:33 -0700 |
commit | 8f7fc30bde024165d742ecae082858d80f1012b8 (patch) | |
tree | 22d4c5533e75637159ca1a5b679824920d14b85c /NEWS | |
parent | baee4f8a34ab3ababaede13d00ae0467abee1f99 (diff) | |
download | mailman2-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-x | NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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) |