Nathan Brink wrote:
> Hello SA Users,
> 
> Our software uses SpamAssassin to score various content, but the
> score below doesn't make much sense: "2.6 ALL_NATURAL BODY: Spam is
> 100% natural?!" 
> 
> Anyone familiar with this or have insight?  Also, if there is any
> documentation on scoring, please send that along too. 

This will show you the rule and the score:

    grep ALL_NATURAL /usr/share/spamassassin/*.cf

All of the default rules are in that directory.  If you have run
sa-update, there will be a directory such as
/var/lib/spamassassin/3.001004/updates_spamassassin_org which will be used
instead.

Addon rules generally go in /etc/mail/spamassassin or
/etc/spamassassin depending on the distribution and method of
installation.

There isn't much documentation on the rules themselves.  You can read
the cf files to see what the rules are looking for.  Feel free to ask
here if you are not sure what a rule is doing.

In the case here, this rule is looking for "100% natural", "all
natural", etc...  Probably trying to catch spam selling various herbal
supplements.

-- 
Bowie

Reply via email to