diff options
author | Mark Sapiro <mark@msapiro.net> | 2016-04-02 23:18:40 -0700 |
---|---|---|
committer | Mark Sapiro <mark@msapiro.net> | 2016-04-02 23:18:40 -0700 |
commit | 52c355755a5b33c975ec9b3a7535236685bf0c18 (patch) | |
tree | 5b5c5d1d2dd64071d81337ca91f62c695fcf7a7c /NEWS | |
parent | bfb1ec8088bbb03f93c344274a315adaf96897bf (diff) | |
download | mailman2-52c355755a5b33c975ec9b3a7535236685bf0c18.tar.gz mailman2-52c355755a5b33c975ec9b3a7535236685bf0c18.tar.xz mailman2-52c355755a5b33c975ec9b3a7535236685bf0c18.zip |
Attempt to improve threading of posts gated to Usenet.
Diffstat (limited to '')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -19,6 +19,10 @@ Here is a history of user visible changes to Mailman. Bug fixes and other patches + - Modified NewsRunner.py to ensure that messages gated to Usenet have a + non-blank Subject: header and when munging the Message-ID to add the + original to References: to help with threading. (LP: #557955) + - Fixed the pipermail archiver to do a better job of figuring the date of a post when its Date: header is missing, unparseable or has an obviously out of range date. This should only affect bin/arch as ArchRunner has |