From 8e5c8700572d74629eb9edb1090a83c0d316d633 Mon Sep 17 00:00:00 2001 From: Nikolaus Schulz Date: Tue, 13 Nov 2007 21:13:38 +0000 Subject: 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. --- archivemail.1 | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'archivemail.1') diff --git a/archivemail.1 b/archivemail.1 index 0c8a07c..66b3b81 100644 --- a/archivemail.1 +++ b/archivemail.1 @@ -3,7 +3,7 @@ .\" .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng . -.TH "ARCHIVEMAIL" "1" "07 November 2007" "SP" "" +.TH "ARCHIVEMAIL" "1" "13 November 2007" "SP" "" .SH NAME archivemail \- archive and compress your old email @@ -260,8 +260,9 @@ links or create tempfiles or archives in world-writable directories. \fBarchivemail\fR attempts to find the delivery date of a message by looking for valid dates in the following headers, in order of precedence: \fBDelivery-date\fR, -\fBDate\fR and -\fBResent-Date\fR\&. +\fBReceived\fR, +\fBResent-Date\fR and +\fBDate\fR\&. If it cannot find any valid date in these headers, it will use the last-modified file timestamp on \fBMH\fR and \fBMaildir\fR format mailboxes, or the date on the -- cgit v1.2.3