On Tue, Jun 24, 2008 at 7:37 AM, Barbie <[EMAIL PROTECTED]> wrote: > So this has given me something to think about. How should I parse the > date? Should I always look for the last possible recieved date and > fallback on the given Date: header, or just accept the given Date: > header, or some other scenario? > > Thought appreciated.
Only time for quick thoughts: * Set arbitrary window -- if Date header older that last Received by more than N days, use Received, otherwise use Date David