SpamAssassin Rule Fix for 2010

EQ Admin

EQ Forum Admin
Staff member
Hello,

There is a quick update you probably need to make for one of the rules that checks to see if an email was sent in the future in 2010 or beyond which is a problem since it's 2010 now.

Rules/FH_DATE_PAST_20XX - Spamassassin Wiki

You can disable the rule with the following in your local.cf :

score FH_DATE_PAST_20XX 0.0

Or you can update the rule with :

1) locate 72_active.cf && sudo vi 'locate 72_active.cf'
2) search 'FH_DATE_PAST_20XX'
3) change '/20[1-9][0-9]/' to '/20[2-9][0-9]/'
 
Top