Pablo Allietti wrote:
> hi all, i have spamassassin for freebsd running in my system and i want
> to modify a score but i dont have a 50_score 
>   
Note: When changing rule scores do not edit 50_scores.cf. Add a score
statement to /etc/mail/spamassassin/local.cf. 50_scores.cf, along with
all the other files in /usr/share/spamassassin, will be obliterated and
replaced when you upgrade SA.
> How i modify this score? 
>
> 7.5 AWL                    AWL: From: address is in the auto white-list
>   

The AWL doesn't have a fixed score, you can't force it to any score. The
AWL should match spam, nonspam, etc. The score decides what the AWL
thinks of the message.

Please read up on how the AWL works:

http://wiki.apache.org/spamassassin/AutoWhitelist

And be sure to read about why the scores don't always make sense:

http://wiki.apache.org/spamassassin/AwlWrongWay

Then you can adjust the score for the address using the following
parameters to spamassassin:
-W, --add-to-whitelist
--add-to-blacklist
-R, --remove-from-whitelist

See:
 
http://spamassassin.apache.org/full/3.1.x/dist/doc/spamassassin-run.html#options

Reply via email to