Quote:
Originally Posted by Vai0l0 Worked Perfectly
Just edited
/opt/zimbra/conf/spamassassin/72_active.cf
from
...FH_DATE_PAST_20XX Date =~ /20[1-9][0-9]/ [if-unset: 2006]
to
...FH_DATE_PAST_20XX Date =~ /20[2-9][0-9]/ [if-unset: 2006]
and reloaded the antispam with
$ zmantispamctl reload
run as zimbra |
I see a lot of posts suggesting this change, but actually, what about the 9 years in between?
I did the change like this on our servers:
FH_DATE_PAST_20XX Date =~ /201[1-9]/ [if-unset: 2006]
This way, 2011 and above is considered as to futuristic, and not as of 2020 and above.
I tested it with my dekstop and a lab desktop with a future date above 2011 and it worked fine. I didn't do any of the other changes.