aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG
diff options
context:
space:
mode:
authorNikolaus Schulz <microschulz@web.de>2007-11-13 21:13:38 +0000
committerNikolaus Schulz <microschulz@web.de>2007-11-13 21:13:38 +0000
commit8e5c8700572d74629eb9edb1090a83c0d316d633 (patch)
tree98a3973c769ef0a763ef519ff0d754b0aacc9eb8 /CHANGELOG
parent4584dffe14705d8e47a04dfbfd2fcf1d997123e8 (diff)
downloadarchivemail-8e5c8700572d74629eb9edb1090a83c0d316d633.tar.gz
archivemail-8e5c8700572d74629eb9edb1090a83c0d316d633.tar.bz2
archivemail-8e5c8700572d74629eb9edb1090a83c0d316d633.zip
guess_delivery_time():
* look for the timestamp of the latest 'Received' header before resorting to 'Date' or 'Resent-Date'. * let 'Resent-date' header take precedence over 'Date'. Document these changes in manpage and changelog. Closes: #1481316, #1764855, Debian bug #272666.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 5fbe4d7..adb1a50 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -3,6 +3,12 @@ Version 0.7.3 - UNRELEASED
* Fixed date header parsing to be precise with timezone information. Also,
when writing From_ line timestamps, don't use UTC but local time, without
timezone information.
+ * To determine the delivery date of a message, archivemail now looks for the
+ timestamp of the latest 'Received' header before resorting to 'Date' or
+ 'Resent-Date'. This should give much better results when there is no
+ 'Delivery-date' header. (Thanks Andrew Ferrier & Christian Brabandt)
+ Closes: #1481316, #1764855, Debian bug #272666.
+ * If present, the 'Resent-date' header now takes precedence over 'Date'.
Version 0.7.2 - 9 November 2007