Hi,

> There is a bug in SpamAssassin that changes all the scores, increasing the
> number in 3.

The test FH_DATE_PAST_20XX from /usr/share/spamassassin/72_active.cf is 
"buggy"

> Is this already fixed in Endian Community 2.3?

It seems not.

> If not, what should we do to fix the problem?

You could remove the test or patch the regex to match years 2020++ instead of 
2010++

Here is the patch I used on several efw boxes so far:


--- /usr/share/spamassassin/72_active.cf.old    2010-01-05 06:05:58.000000000 
+0100
+++ /usr/share/spamassassin/72_active.cf        2010-01-02 06:00:51.000000000 
+0100
@@ -546,7 +546,7 @@
 ##} FH_DATE_IS_19XX

 ##{ FH_DATE_PAST_20XX
-header   FH_DATE_PAST_20XX     Date =~ /20[1-9][0-9]/ [if-unset: 2006]
+header   FH_DATE_PAST_20XX     Date =~ /20[2-9][0-9]/ [if-unset: 2006]
 describe FH_DATE_PAST_20XX     The date is grossly in the future.
 ##} FH_DATE_PAST_20XX

HTH, Greetz from Germany,
Andreas Schiller

------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
Efw-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/efw-user

Reply via email to