aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMark Sapiro <msapiro@value.net>2012-12-14 20:37:33 -0800
committerMark Sapiro <msapiro@value.net>2012-12-14 20:37:33 -0800
commitfed2c1a29ddfb59b215f5091f02f782d7f944240 (patch)
treef8b756ddf19ae5156ebae31500d4538d1f0efd00 /NEWS
parentd90c13daa49cdb3ec1a3c17baf6d0c200bbde5c8 (diff)
downloadmailman2-fed2c1a29ddfb59b215f5091f02f782d7f944240.tar.gz
mailman2-fed2c1a29ddfb59b215f5091f02f782d7f944240.tar.xz
mailman2-fed2c1a29ddfb59b215f5091f02f782d7f944240.zip
Added a minimum delay between retrieval and submission of the subscribe form.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 5 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index e1bf51a0..45430743 100644
--- a/NEWS
+++ b/NEWS
@@ -13,9 +13,11 @@ Here is a history of user visible changes to Mailman.
a dynamically generated, hidden hash in the listinfo subscribe form and
check it upon submission. Setting this will prevent automated processes
(bots) from successfully POSTing web subscribes without first retrieving
- and parsing the form from the listinfo page. Note that enabling this
- will break ant static subscribe forms on your site. See the description
- in Defaults.py for more info. (LP: 1082746)
+ and parsing the form from the listinfo page. The form must also be
+ submitted no later than FORM_LIFETIME nor no earlier than
+ SUBSCRIBE_FORM_MIN_TIME after retrieval. Note that enabling this will
+ break any static subscribe forms on your site. See the description in
+ Defaults.py for more info. (LP: 1082746)
- add_members now has an option to add members with mail delivery disabled
by admin. (LP: 1070574)