https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6296
Summary: Problem with DATE_IN_FUTURE_48_96 rule
Product: Spamassassin
Version: 3.2.5
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P5
Component: Rules (Eval Tests)
AssignedTo: [email protected]
ReportedBy: [email protected]
Seeing frequent incorrect false positives on the DATE_IN_FUTURE_48_96 rule.
The relevant headers from one example are:
Received: from pdxgw1.a{removed}.com (10.10.10.1) by pdxexch1.domain.local
(10.10.10.12) with Microsoft SMTP Server (TLS) id 8.1.393.1; Mon, 18 Jan 2010
13:23:30 -0800
Received: from axis.com (yab.axis.com [195.60.68.32]) by
pdxgw1.a{removed}.com (8.13.8/8.13.8) with ESMTP id o0ILNGbr022226 for
<{removed}>; Mon, 18 Jan 2010 13:23:25 -0800
Date: Mon, 18 Jan 2010 22:23:24 +0100
X-Spam-Status: Yes, score=5.7 required=5.0 tests=BAYES_50,DATE_IN_FUTURE_48_96,
HTML_MESSAGE,MIME_HTML_ONLY,TO_REMOVE autolearn=disabled version=3.2.5
(There is no Resent-Date header.)
If I manually run the dates thru Mail::SpamAssassin::Util::parse_rfc822_date
the results are all within just a few seconds. Manually running the message
back thru SpamAssassin does not cause the rule to hit.
System is running CentOS 5.4 x86_64 with SpamAssassin and spamass-milter
installed from rpmforge repository.
Any suggestion(s) as to how to debug this further?
--
Configure bugmail:
https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.