EFW Support

Support => EFW SMTP, HTTP, SIP, FTP Proxy Support => Topic started by: DAF on Wednesday 06 January 2010, 07:55:12 pm



Title: Problem with Spam Assassin (POP3 SPAM CHECK) 'Y2k10-bug'
Post by: DAF on Wednesday 06 January 2010, 07:55:12 pm
Hey every1,

does any of you also have problems with almost all mails being checked as SPAM?

I read somewhere that there was (is?) a problem with spam assassin, they would note e-mails send in 2010 or later as "far in the future" and therefore give it extra points.

https://issues.apache.org/SpamAssassin/show_bug.cgi?id=5852

How can i fix this?

thx!


Title: Re: Problem with Spam in (POP3 SPAM CHECK) 'Y2k10-bug'
Post by: DAF on Wednesday 06 January 2010, 11:00:48 pm
found the solution:

edit file 72_active.cf located at
/usr/share/spamassassin

from:

##{ 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

to:

##{ FH_DATE_PAST_20XX
header   FH_DATE_PAST_20XX      Date =~ /20[2-9][0-9]/ [if-unset: 2006]
describe FH_DATE_PAST_20XX      The date is grossly in the future.
##} FH_DATE_PAST_20XX

this will mark all emails send after 2019 as "grossly in the future".


Title: Re: Problem with Spam in (POP3 SPAM CHECK) 'Y2k10-bug'
Post by: schnoerkel on Saturday 09 January 2010, 03:02:40 am
or so

Code:
sa-update -D
rm /usr/share/spamassassin/*
cp -r /var/lib/spamassassin/3.002005/updates_spamassassin_org/*

what do you think?

Schnoerkel


Title: Re: Problem with Spam Assassin (POP3 SPAM CHECK) 'Y2k10-bug'
Post by: yhenao on Thursday 15 April 2010, 03:44:05 am
Hello,

I did change but this continue block all mail to me.

Any idea.

Regards,

Yamidt


Title: Re: Problem with Spam Assassin (POP3 SPAM CHECK) 'Y2k10-bug'
Post by: DAF on Thursday 15 April 2010, 05:01:32 am
did you reboot your firewall afterwards?


Title: Re: Problem with Spam Assassin (POP3 SPAM CHECK) 'Y2k10-bug'
Post by: Gavin on Thursday 22 April 2010, 03:34:16 am
This fix worked for me. I ran the commands schnoerkel suggested and rebooted the firewall.

Thanks.


Title: Re: Problem with Spam Assassin (POP3 SPAM CHECK) 'Y2k10-bug'
Post by: edwin on Thursday 06 May 2010, 11:25:57 pm
Hoi,

Can I commit the Spam Assassin changes without reboot the Endian, just by restarting a services?

Edwin.


Title: Re: Problem with Spam Assassin (POP3 SPAM CHECK) 'Y2k10-bug'
Post by: pwizard on Saturday 08 May 2010, 05:54:36 pm
work for me.