I have the same configuration and I had the same problem with 2.64. I did a spamassassin --lint and it showed me all sorts of problems in my local.cf. It was so bad, it just ignored anything beyond x lines in the file.
I'm not sure why, but my install of sa was VERY picky about spacing in the file. I HAD to use this format: score<single space>RULE<TAB>score If I use multiple spaces, no tab or anything other than that, it ingores that rule. I had so many problems, I eventually wrote a script that cleans the local.cf for me automatically - I just run it after modifying my file and it does all the restarts necessary. If this IS your problem and you want a copy of my script, let me know - you're welcome to use it. Keith > [EMAIL PROTECTED] wrote: >> I am running Postfix 2.1 with a content_filter (latest amavisd-new) >> which sends >> all mail through SA 2.64. I understand *some* variables that are >> defined >> explicitly in amavisd-new are "special", and thus have no effect when >> defined >> (differently) in local.cf. AFAIK, scores are not included in this >> restriction. >> I will ask on the amavis list, but in case I'm experiencing another >> pitfall or >> screwing up the syntax, here goes: >> >> I set "score RCVD_IN_BL_SPAMCOP_NET 5.000" in local.cf and noticed >> incoming spam >> still tags such emails with a score of 2.2. Is there anything else I >> should >> check before assuming this is an external, non-SA issue? > > ...Did you restart amavisd-new after making the change? > >