aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMark Sapiro <mark@msapiro.net>2014-11-04 14:59:40 -0800
committerMark Sapiro <mark@msapiro.net>2014-11-04 14:59:40 -0800
commit4a71216dc2469b9d5586ef63a5ba9ff5e3c444a9 (patch)
tree492b265c44a67a30068d191632af1ef4f3f12f49 /NEWS
parent77e40fbbc6bcc5107ab3cf761d312566afda97d5 (diff)
downloadmailman2-4a71216dc2469b9d5586ef63a5ba9ff5e3c444a9.tar.gz
mailman2-4a71216dc2469b9d5586ef63a5ba9ff5e3c444a9.tar.xz
mailman2-4a71216dc2469b9d5586ef63a5ba9ff5e3c444a9.zip
Fixed an archiving bug that would cause messages with 'Subject: Re:'
only to be indexed in the archives without a link to the message.
Diffstat (limited to '')
-rwxr-xr-xNEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 228f8442..6ce009f6 100755
--- a/NEWS
+++ b/NEWS
@@ -33,6 +33,10 @@ Here is a history of user visible changes to Mailman.
Bug fixes and other patches
+ - Fixed an archiving bug that would cause messages with 'Subject: Re:'
+ only to be indexed in the archives without a link to the message.
+ (LP: #1388614)
+
- The vette log entry for a message discarded by a handler now includes
the list name and the name of the handler. (LP: #558096)