diff options
| author | Barry Warsaw | 2017-08-29 22:51:58 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2017-08-29 22:51:58 -0400 |
| commit | 057bc0704ab6d975e327c11cac204decfb478c4d (patch) | |
| tree | 9c22f42b28dd6818188fe6ecf5aefb53c192d503 /src/mailman/docs | |
| parent | de8c204fa40f0c4677a1b73b2ee7e3e86ce93a9c (diff) | |
| download | mailman-master.tar.gz mailman-master.tar.zst mailman-master.zip | |
commit 3c6500c2292869f94667520f16c8d6c6f1d2c530
Author: Barry Warsaw <barry@python.org>
Date: Tue Aug 29 22:51:18 2017 -0400
Close #383
Messages with badly encoded ``Subject`` headers no longer crash the message
moderation REST API.
commit f6040ec139bcccd48cfa9acc734cd528a8ede35c
Author: Aurélien Bompard <aurelien@bompard.org>
Date: Thu Jul 27 00:52:05 2017 +0200
Fix #383: email encoding errors can crash the REST API
Diffstat (limited to '')
| -rw-r--r-- | src/mailman/docs/NEWS.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mailman/docs/NEWS.rst b/src/mailman/docs/NEWS.rst index 328699371..a5e819c7a 100644 --- a/src/mailman/docs/NEWS.rst +++ b/src/mailman/docs/NEWS.rst @@ -24,6 +24,8 @@ Bugs * Various message holds and rejects that gave 'N/A' as a reason now give an appropriate reason. (Closes #368) * Bounce messages are now composed for proper translations. +* Messages with badly encoded ``Subject`` headers no longer crash the message + moderation REST API. (Closes #383) Command line ------------ |
