diff options
author | Mark Sapiro <mark@msapiro.net> | 2020-01-09 17:00:40 -0800 |
---|---|---|
committer | Mark Sapiro <mark@msapiro.net> | 2020-01-09 17:00:40 -0800 |
commit | 300671a6c0181f9792cb6bdc9d03f9016d3d1327 (patch) | |
tree | df6af1a3727112ac3a1c37547df69c9120af8126 /NEWS | |
parent | cf47ad68d9cdb269f3c1ea3d57f8b484141bfad5 (diff) | |
download | mailman2-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-- | NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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. |