progressif

A clever person solves a problem. A wise person avoids it.

Entries tagged "spam"

3.4 FH_DATE_PAST_20XX The date is grossly in the future

written 11 months ago

A lot of my messages get [SPAM] tag. and the reason is usually FH_DATE_PAST_20XX. In /var/log/maillog looks like that:

X-Spam-Report: \n\t*  3.4 FH_DATE_PAST_20XX The date is grossly in the future.

In RHEL it could be solved with:

 # echo "score FH_DATE_PAST_20XX 0" >> /etc/mail/spamassassin/local.cf
 # service spamassassin restart