summaryrefslogtreecommitdiff
path: root/src/mailman/docs
diff options
context:
space:
mode:
authorBarry Warsaw2016-03-22 21:56:53 -0400
committerBarry Warsaw2016-03-22 21:56:53 -0400
commitbc3c325683657d62a1d9864a289023ebccc779c8 (patch)
tree1b025f7e91f3d6f4c7515b49ce3d06de4ea6e2be /src/mailman/docs
parent99b8c0bd9fb4282dc2a692e236ebb7d8747af037 (diff)
downloadmailman-bc3c325683657d62a1d9864a289023ebccc779c8.tar.gz
mailman-bc3c325683657d62a1d9864a289023ebccc779c8.tar.zst
mailman-bc3c325683657d62a1d9864a289023ebccc779c8.zip
Closes #199
New subscription requests are rejected if there is already one pending. With thanks to Anirudh Dahiya. (Closes #199)
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 79adfae43..a8a7ca89f 100644
--- a/src/mailman/docs/NEWS.rst
+++ b/src/mailman/docs/NEWS.rst
@@ -165,6 +165,8 @@ REST
* Header match rules for individual mailing lists are now exposed in the REST
API. Given by Aurélien Bompard. (Closes: #192)
* Expose `goodbye_message_uri` in the REST API. Given by Harshit Bansal.
+ * New subscription requests are rejected if there is already one pending.
+ With thanks to Anirudh Dahiya. (Closes #199)
Other
-----