summaryrefslogtreecommitdiff
path: root/src/mailman/docs
diff options
context:
space:
mode:
authorBarry Warsaw2015-10-31 20:54:26 -0400
committerBarry Warsaw2015-10-31 21:01:54 -0400
commit49fff6df2add54fa2c195ca734b00bfe9f275c5c (patch)
tree803a37e051a766d4acef865f10a9a3ec57fc73a6 /src/mailman/docs
parent8a07200b064205a7ec330e1e2bed703acb48743b (diff)
downloadmailman-49fff6df2add54fa2c195ca734b00bfe9f275c5c.tar.gz
mailman-49fff6df2add54fa2c195ca734b00bfe9f275c5c.tar.zst
mailman-49fff6df2add54fa2c195ca734b00bfe9f275c5c.zip
* Fix the processing of subscription confirmation messages when the mailing
list is set to confirm-then-moderate. (Closes #114)
Diffstat (limited to 'src/mailman/docs')
-rw-r--r--src/mailman/docs/NEWS.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mailman/docs/NEWS.rst b/src/mailman/docs/NEWS.rst
index adcc40b37..926466a20 100644
--- a/src/mailman/docs/NEWS.rst
+++ b/src/mailman/docs/NEWS.rst
@@ -43,6 +43,8 @@ Bugs
* Collapse multiple ``Re:`` in Subject headers. Given by Mark Sapiro.
(Closes: #147)
* Added Trove classifiers to setup.py. (Closes: #152)
+ * Fix the processing of subscription confirmation messages when the mailing
+ list is set to confirm-then-moderate. (Closes #114)
Configuration
-------------