summaryrefslogtreecommitdiff
path: root/src/mailman/docs
diff options
context:
space:
mode:
authorMark Sapiro2012-03-18 15:05:50 -0700
committerMark Sapiro2012-03-18 15:05:50 -0700
commit61bfb1eef4ff901cd1e59e2f70db16db4c2fb6e8 (patch)
tree4dce198bc046b63f0bde4a5276f4c13ecaa4952a /src/mailman/docs
parent59297bfe19421820f66cb69cb4bd25c6ef3ee742 (diff)
downloadmailman-61bfb1eef4ff901cd1e59e2f70db16db4c2fb6e8.tar.gz
mailman-61bfb1eef4ff901cd1e59e2f70db16db4c2fb6e8.tar.zst
mailman-61bfb1eef4ff901cd1e59e2f70db16db4c2fb6e8.zip
* Added a unit test for rules/approved.py
* Renamed rules/docs/approve.py to approved.py for consistency.
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 b92a3b618..21deef544 100644
--- a/src/mailman/docs/NEWS.rst
+++ b/src/mailman/docs/NEWS.rst
@@ -126,6 +126,8 @@ Commands
Bug fixes
---------
+ * Fixed a UnicodeError with non-ascii message bodies in rules/approved.py
+ (LP: #949924)
* Subscription disabled probe warning notification messages are now sent
without a `Precedence:` header. Given by Mark Sapiro. (LP: #808821)
* Fixed KeyError in retry runner, contributed by Stephen A. Goss.