You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spamassassin.apache.org by bu...@bugzilla.spamassassin.org on 2005/01/17 17:28:12 UTC

[Bug 4085] New: "Sec too small"/"Sec too big" warnings during mass-check

http://bugzilla.spamassassin.org/show_bug.cgi?id=4085

           Summary: "Sec too small"/"Sec too big" warnings during mass-check
           Product: Spamassassin
           Version: SVN Trunk (Latest Devel Version)
          Platform: Other
        OS/Version: other
            Status: NEW
          Severity: normal
          Priority: P5
         Component: Masses
        AssignedTo: dev@spamassassin.apache.org
        ReportedBy: felicity@kluge.net


This probably isn't SA specifically, but I wanted to open a ticket about it
anyway.  I just moved my mass-check runs to a new machine, and receive these
warnings during the run.  Doing a quick Google search, they seem to be generated
by Time::Local, but I'm not sure what is going on to cause the problem.

Sec too small - 24855 < 74752
Sec too big - 24855 > 11647
status:  10% ham: 0      spam: 18523  date: 2004-12-31   now: 2005-01-17 05:20:24
Day too big - 24856 > 24855
Sec too small - 24856 < 74752
Sec too big - 24856 > 11647
status:  20% ham: 0      spam: 37046  date: 2004-12-14   now: 2005-01-17 05:27:32
Sec too small - 24855 < 74752
Sec too big - 24855 > 11647
status:  30% ham: 0      spam: 55569  date: 2004-11-29   now: 2005-01-17 05:34:35
Sec too small - 24855 < 74752
Sec too big - 24855 > 11647
Sec too small - 24855 < 74752
Sec too big - 24855 > 11647
status:  40% ham: 0      spam: 74092  date: 2004-11-12   now: 2005-01-17 05:41:46
Sec too small - 24855 < 74752
Sec too big - 24855 > 11647



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

[Bug 4085] [review] "Sec too small"/"Sec too big" warnings during mass-check

Posted by bu...@bugzilla.spamassassin.org.
http://bugzilla.spamassassin.org/show_bug.cgi?id=4085


felicity@kluge.net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|"Sec too small"/"Sec too    |[review] "Sec too
                   |big" warnings during mass-  |small"/"Sec too big"
                   |check                       |warnings during mass-check
   Target Milestone|3.1.0                       |3.0.3






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

[Bug 4085] "Sec too small"/"Sec too big" warnings during mass-check

Posted by bu...@bugzilla.spamassassin.org.
http://bugzilla.spamassassin.org/show_bug.cgi?id=4085





------- Additional Comments From felicity@kluge.net  2005-01-17 08:45 -------
BTW: Time::Local on the new box is 1.1, on the old box it's 1.04.



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

[Bug 4085] "Sec too small"/"Sec too big" warnings during mass-check

Posted by bu...@bugzilla.spamassassin.org.
http://bugzilla.spamassassin.org/show_bug.cgi?id=4085





------- Additional Comments From felicity@kluge.net  2005-01-23 17:34 -------
Created an attachment (id=2620)
 --> (http://bugzilla.spamassassin.org/attachment.cgi?id=2620&action=view)
suggested patch

committed to trunk, r126253

applies to 3.0 as well



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

[Bug 4085] [review] "Sec too small"/"Sec too big" warnings during mass-check

Posted by bu...@bugzilla.spamassassin.org.
http://bugzilla.spamassassin.org/show_bug.cgi?id=4085


felicity@kluge.net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




------- Additional Comments From felicity@kluge.net  2005-05-19 16:37 -------
committed, r171015



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

[Bug 4085] [review] "Sec too small"/"Sec too big" warnings during mass-check

Posted by bu...@bugzilla.spamassassin.org.
http://bugzilla.spamassassin.org/show_bug.cgi?id=4085





------- Additional Comments From spamassassin@dostech.ca  2005-04-24 19:40 -------
+1



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

[Bug 4085] "Sec too small"/"Sec too big" warnings during mass-check

Posted by bu...@bugzilla.spamassassin.org.
http://bugzilla.spamassassin.org/show_bug.cgi?id=4085


felicity@kluge.net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|Future                      |3.1.0






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

[Bug 4085] "Sec too small"/"Sec too big" warnings during mass-check

Posted by bu...@bugzilla.spamassassin.org.
http://bugzilla.spamassassin.org/show_bug.cgi?id=4085





------- Additional Comments From felicity@kluge.net  2005-01-23 10:13 -------
The problem seems to occur when the date in question causes a 32-bit overflow. 
ie: the resulting timestamp is > 2**31 or < -(2**31).  This is easy to reproduce
by setting a date string to a large/low year (>2038 or <1902).



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

[Bug 4085] [review] "Sec too small"/"Sec too big" warnings during mass-check

Posted by bu...@bugzilla.spamassassin.org.
http://bugzilla.spamassassin.org/show_bug.cgi?id=4085


parkerm@pobox.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|3.0.3                       |3.0.4




------- Additional Comments From parkerm@pobox.com  2005-04-27 13:58 -------
Move to 3.0.4 milestone.



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

[Bug 4085] [review] "Sec too small"/"Sec too big" warnings during mass-check

Posted by bu...@bugzilla.spamassassin.org.
http://bugzilla.spamassassin.org/show_bug.cgi?id=4085





------- Additional Comments From jm@jmason.org  2005-05-19 16:21 -------
+1



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