summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBarry Warsaw2016-05-03 23:26:10 -0400
committerBarry Warsaw2016-05-03 23:26:10 -0400
commit3ea95814ac6eb10445bce46f0cc33489efd122d1 (patch)
treeb8e5f1c2ee3b5c48f653170533e37489c919c456
parent6b73c03aa5b1385867cb50508a01cefdb3b565e1 (diff)
downloadmailman-3ea95814ac6eb10445bce46f0cc33489efd122d1.tar.gz
mailman-3ea95814ac6eb10445bce46f0cc33489efd122d1.tar.zst
mailman-3ea95814ac6eb10445bce46f0cc33489efd122d1.zip
-rw-r--r--src/mailman/docs/NEWS.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mailman/docs/NEWS.rst b/src/mailman/docs/NEWS.rst
index 810ca1ce7..1e4d1d147 100644
--- a/src/mailman/docs/NEWS.rst
+++ b/src/mailman/docs/NEWS.rst
@@ -144,6 +144,10 @@ Message handling
signals falling back to the appropriate list default action,
e.g. `default_member_action` and `default_nonmember_action`. Given by
Aurélien Bompard. (Closes #189)
+ * Ensure that postings from alternative emails aren't held for moderator
+ approval. For example, if a user is subscribed with one email but posts
+ with a second email that they control, the message should be processed as
+ a posting from a member. Given by Aditya Divekar. (Closes #222)
REST
----