i'm guessing what happened here was that it took the first Received header... which is the same as the Date: header. What i'd rather it take though is the header closest to me. so instead of using Received: from [61.15.158.107] (helo=[71353437]) by caching4-true.asianet.co.th with smtp (Exim 4.60 (FreeBSD)) (envelope-from <[EMAIL PROTECTED]>) id WDL-C580H-YQ for [EMAIL PROTECTED]; Sun, 14 Jan 2007 13:07:22 +0700 Received: from klenske.com (52680622055 [01783113]) by mail.klenke.de (Qmailv1) with ESMTP id 6E7WB7CKFT5 for <[EMAIL PROTECTED]>; Sun, 14 Jan 2007 13:07:22 +0700 it should use Received: (qmail 9695 invoked from network); 4 Sep 2006 05:53:13 -0000 It seems the code only considers if the last header is the same it doesn't exclude others as well. I think it could exclude all headers that have a diff of 0 this is where it all goes wrong @diffs = sort { abs($a) <=> abs($b) } @diffs; 2001: $self->{date_diff} = $diffs[0]; On Sep 10, 2006, at 12:32 PM, Robert Nicholson wrote: It seems to have decided that date_diff is 0 for some reason in check_for_shifted_date |
- Fwd: Drink it, forget it ! Robert Nicholson
- Re: Drink it, forget it ! Robert Nicholson
- Re: Drink it, forget it ! .... bug in _check_d... Robert Nicholson
- Re: Drink it, forget it ! .... bug in _che... Robert Nicholson
- Re: Drink it, forget it ! .... bug in ... Daryl C. W. O'Shea
- Re: Drink it, forget it ! .... bu... Robert Nicholson
- Re: Drink it, forget it ! ...... Daryl C. W. O'Shea
- Re: LOG: Re: Drink it, fo... Robert Nicholson
- Re: LOG: Re: Drink it, fo... Daryl C. W. O'Shea
- Re: LOG: Re: Drink it, fo... Robert Nicholson
- Re: Fwd: Drink it, forget it ! Matt Kettler
- Re: Drink it, forget it ! Robert Nicholson