http://issues.apache.org/SpamAssassin/show_bug.cgi?id=4978


[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Status Whiteboard|                            |needs 1 vote




------- Additional Comments From [EMAIL PROTECTED]  2006-08-02 02:47 -------
+1

I was going to point out that people do have negative values in the date header:

Date: Mon, 2 Jan 2006 05:-1:29 -0300
Date: Wed, 11 Jan 2006 21:-3:28 -0400

but then I looked at the code and realized what quinlan was saying:

  if (s/ (\d?\d):(\d\d)(:(\d\d))? / /) {
    $hh = $1; $mm = $2; $ss = $4 || 0;
  }

so since \d won't match "-", we can't go < 0.  Just wanted to make this 
clearer. :)



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

Reply via email to