ram wrote: > > > On Thu, Jan 28, 2010 at 8:22 PM, Bowie Bailey <bowie_bai...@buc.com > <mailto:bowie_bai...@buc.com>> wrote: > > ram wrote: > > > > * 3.4 FH_DATE_PAST_20XX The date is grossly in the future. > > This rule started causing problems at the beginning of the year > and was > fixed. Have you run sa-update to get the latest rules? > > > > yes i ran sa-update > > i see the rules all updating /var/lib/spamassassin folder > > but i see still the same configs in > > /usr/share/spamassassin
Please reply to the list and not directly to me. The rules in /usr/share/spamassassin are the original rules from the install. If /var/lib/spamassassin/3.002.005 exists, those rules will be used instead. You can verify which rules are being used by running this command: $ spamassassin --lint -D 2>&1 | grep "read file" To see if you have the latest rule, cd to /var/lib/spamassassin/3.002005/updates_spamassassin_org and do this: $ grep FH_DATE_PAST_20XX 72_active.cf You should see this rule if you have the latest update: header FH_DATE_PAST_20XX Date =~ /20[2-9][0-9]/ [if-unset: 2006] -- Bowie