just read about this error in spamassassin. Don't know if it should go into section "security alerts"?!
Mails dated 2010 or later might be scored as spam due to a rule in spamassassin.
https://issues.apache.org/SpamAssassin/ ... gi?id=6269
right now I have commented out the parts in the 72_active.cf file:
Code: Select all
##{ FH_DATE_PAST_20XX
##header FH_DATE_PAST_20XX Date =~ /20[1-9][0-9]/ [if-unset: 2006]
##describe FH_DATE_PAST_20XX The date is grossly in the future.
##} FH_DATE_PAST_20XX
Code: Select all
header FH_DATE_PAST_20XX Date =~ /20[1-9][0-9]/ [if-unset: 2006]
Code: Select all
header FH_DATE_PAST_20XX Date =~ /20[2-9][0-9]/ [if-unset: 2006]
nice "patch" changing the regex. lets get ready in 2020
