On Sun, 10 Jan 2010, Paul Heinlein wrote:
> On Sat, 9 Jan 2010, Keith Lofstrom wrote:
>
>> OK, so I haven't upgraded spamassassin for a while, just distro updates.
>> I just learned it has been throwing out many emails dated 2010 .
>> Fortunately, there is an easy fix:
>>
>> In /usr/share/spamassassin/72_active.cf :
>>
>> -----------------------------------------------------------------------
>> ##{ FH_DATE_PAST_20XX
>> header FH_DATE_PAST_20XX Date =~ /20[1-9][0-9]/ [if-unset: 2006]^M
>> describe FH_DATE_PAST_20XX The date is grossly in the future.^M
>> ##} FH_DATE_PAST_20XX
>> -----------------------------------------------------------------------
>>
>> The header line should be:
>> -----------------------------------------------------------------------
>> header FH_DATE_PAST_20XX Date =~ /20[0-9][0-9]/ [if-unset: 2006]
>> -----------------------------------------------------------------------
>>
>> No time to do much more with that; if someone else wants to track this
>> down, see how prevalent it is, submit a bug report, etc. that would
>> help us all. I've got about 8 days of unanswered emails to deal with!
>
> I usually just allow sa-update to handle that sort of thing:
>
> sudo sa-update -D
on centos, there is an sa-update cron job that is disabled by default. i
just found out about it as a result of this 2010 bug. edit
/etc/cron.d/sa-update and uncomment one line.
_______________________________________________
PLUG mailing list
[email protected]
http://lists.pdxlinux.org/mailman/listinfo/plug