Current time: 06-27-2024, 12:30 PM Hello There, Guest! (LoginRegister)


Post Reply 
FH_DATE_PAST Bug on SpamAssassin
Author Message
dropslack Offline


Posts: 4
Joined: May 2010
Reputation: 0
Post: #1
FH_DATE_PAST Bug on SpamAssassin
based on spamassassin documentation, they said that spammassassin having a bug on FH_DATE_PAST.

all emails after January, 1st, 20100 will be marked as a spam.

if you are using ispCP on CentOS 5.4, it's easy to fix the problem.
Code:
# vim +543 /usr/share/spamassassin/72_active.cf

and find this line:

Code:
header   FH_DATE_PAST_20XX      Date =~ /20[1-9][0-9]/ [if-unset: 2006]

and then replace to this one:

Code:
header   FH_DATE_PAST_20XX      Date =~ /20[2-9][0-9]/ [if-unset: 2006]

that's it.
05-14-2010 01:02 PM
Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)