aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMark Sapiro <mark@msapiro.net>2020-01-09 17:00:40 -0800
committerMark Sapiro <mark@msapiro.net>2020-01-09 17:00:40 -0800
commit300671a6c0181f9792cb6bdc9d03f9016d3d1327 (patch)
treedf6af1a3727112ac3a1c37547df69c9120af8126 /NEWS
parentcf47ad68d9cdb269f3c1ea3d57f8b484141bfad5 (diff)
downloadmailman2-300671a6c0181f9792cb6bdc9d03f9016d3d1327.tar.gz
mailman2-300671a6c0181f9792cb6bdc9d03f9016d3d1327.tar.xz
mailman2-300671a6c0181f9792cb6bdc9d03f9016d3d1327.zip
Implement REFUSE_SECOND_PENDING setting to prevent multiple pending subscribes.
Diffstat (limited to '')
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 5da676cb..39d11bca 100644
--- a/NEWS
+++ b/NEWS
@@ -38,6 +38,12 @@ Here is a history of user visible changes to Mailman.
controls the dropping of addresses from the Cc: header in delivered
messages by the duplicate avoidance process. (LP: #1845751)
+ - There is a new REFUSE_SECOND_PENDING mm_cfg.py setting that will cause
+ a second request to subscribe to a list when there is already a pending
+ confirmation for that user. This can be set to Yes to prevent
+ mailbombing of a third party by repeatedly posting the subscribe form.
+ (LP: #1859104)
+
i18n
- The Japanese translation has been updated by Yasuhito FUTATSUKI.