summaryrefslogtreecommitdiff
path: root/src/mailman/docs
diff options
context:
space:
mode:
authorBarry Warsaw2014-12-03 21:08:42 -0500
committerBarry Warsaw2014-12-03 21:08:42 -0500
commit8dfd0a2e2d37f282b71df8e7c115d4fefa106d7b (patch)
tree37b7cf896a79177c0f1ab1384939f36c44a39a58 /src/mailman/docs
parent3a94916c286c2be8677c601810c3437262b0fa6f (diff)
parentb0cb1bc042cf8cd4d18efde8a58711b56efb3713 (diff)
downloadmailman-8dfd0a2e2d37f282b71df8e7c115d4fefa106d7b.tar.gz
mailman-8dfd0a2e2d37f282b71df8e7c115d4fefa106d7b.tar.zst
mailman-8dfd0a2e2d37f282b71df8e7c115d4fefa106d7b.zip
* Fixed messages without a `text/plain` part crashing the `Approved` rule.
Given by Aurélien Bompard. (LP: #1158721)
Diffstat (limited to 'src/mailman/docs')
-rw-r--r--src/mailman/docs/NEWS.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mailman/docs/NEWS.rst b/src/mailman/docs/NEWS.rst
index ac81cd386..0a4b2fb51 100644
--- a/src/mailman/docs/NEWS.rst
+++ b/src/mailman/docs/NEWS.rst
@@ -16,9 +16,11 @@ Bugs
----
* Fixed Unicode errors in the digest runner and when sending messages to the
site owner as a fallback. Given by Aurélien Bompard. (LP: #1130957).
- * Fix Unicode errors when a message being added to the digest has non-ascii
+ * Fixed Unicode errors when a message being added to the digest has non-ascii
characters in its payload, but no Content-Type header defining a charset.
Given by Aurélien Bompard. (LP: #1170347)
+ * Fixed messages without a `text/plain` part crashing the `Approved` rule.
+ Given by Aurélien Bompard. (LP: #1158721)
Commands
--------