aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMark Sapiro <mark@msapiro.net>2016-03-10 17:53:32 -0800
committerMark Sapiro <mark@msapiro.net>2016-03-10 17:53:32 -0800
commit41a9b83a0d0a1253aeb5d7aa108852128de504ee (patch)
tree49ddd0f43bbd03d4b2c233bd07871702d6a3cbc2 /NEWS
parentb6a4156c595f57d0793bb2ac4bb4e093bd2cc4c7 (diff)
downloadmailman2-41a9b83a0d0a1253aeb5d7aa108852128de504ee.tar.gz
mailman2-41a9b83a0d0a1253aeb5d7aa108852128de504ee.tar.xz
mailman2-41a9b83a0d0a1253aeb5d7aa108852128de504ee.zip
Fixed _set_date() in pipermail.py do do a better job.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS9
1 files changed, 9 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 26596c37..f3a3c886 100644
--- a/NEWS
+++ b/NEWS
@@ -14,6 +14,15 @@ Here is a history of user visible changes to Mailman.
Bug fixes and other patches
+ - 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
+ code to fix dates at least if ARCHIVER_CLOBBER_DATE_POLICY has not been
+ set to 0 in mm_cfg.py. If posts have been added in the past to a list's
+ archive using bin/arch and an imported mbox, running bin/arch again could
+ result is some of those posts being archived with a different date.
+ (LP: #1555798)
+
- Fixed an issue with CommandRunner shunting a malformed message with a
null byte in the body. (LP: #1553888)