Juan Mas wrote: > Im looking to change scoring in my SA setup. As it stands now, we > know mostly what e-mails and from who we will be receiving to our > system that SA is monitoring. Id like to make our scoring a bit more > strict. Right now Ive got spam being flagged at required score 1, and > I still have a good 20% coming through the system. Can anyone point > me to where I can go about changing the rules scoring?
Well, first, before you go tinkering around too much, I'd look at why you have 20% coming though at a required score of 1. That's just not right. You should have very little spam coming through un-tagged at that level, and if you're not, it implies something is deeply wrong. Take a look at those untagged spams. What rules are hitting? Is ALL_TRUSTED hitting? http://wiki.apache.org/spamassassin/TrustPath is USER_IN_WHTELIST hitting? Did you add "whitelist_from [EMAIL PROTECTED]" to your config? delete it, or replace with a whitelist_from_rcvd (takes two parameters, not one.) NEVER use whitelist_from again if you can avoid it. Spammers can get their mail through by simple header forgery if you use whitelist_from. is BAYES_00 hitting? Increase your spam training with sa-learn. Other suggestions can be found in the "Spam getting through?" section of: http://wiki.apache.org/spamassassin/UsingSpamAssassin