On Tue, Aug 22, 2006 at 08:53:16AM -0500, Chris Mills (Chrysalis) wrote:
> [19782] warn: config: SpamAssassin failed to parse line, "MY_DSL .85" is not
> valid for "score", skipping: score MY_DSL .85
> [19782] warn: config: SpamAssassin failed to parse line, "AOL_DSL .25" is
> not valid for "score", skipping: score AOL_DSL .25
> [19782] warn: config: SpamAssassin failed to parse line,
> "SARE_FROM_SPAM_WORD3 .75" is not valid for "score", skipping: score
> SARE_FROM_SPAM_WORD3 .75
> [19782] warn: config: SpamAssassin failed to parse line, "SALES_REPLY .43"
> is not valid for "score", skipping: score SALES_REPLY .43

Scores need to have a leading zero if less than 1, ie "0.43" and not ".43".

> [19782] warn: config: failed to parse line, skipping: use_dcc 1
> [19782] warn: config: failed to parse line, skipping: use_pyzor 1
> [19782] warn: config: failed to parse, now a plugin, skipping: ok_languages
> all
> [19782] warn: config: failed to parse line, skipping: use_auto_whitelist 1

These are all handled by plugins, so you need to enable them if you want to
use the config options.

> [19782] warn: config: SpamAssassin failed to parse line, no value provided
> for "score", skipping: score RCVD_IN_SORBS_DNSBL

A score needs to be on the score config line.

> [19782] warn: config: failed to parse line, skipping: auto_learn 1

"auto_learn" isn't a valid config option, perhaps you want
"bayes_auto_learn" ?  1 is the default btw, so there's need to have
this line.

> [19782] warn: config: warning: score set for non-existent rule
> SARE_FREE_WEBM_Kero
[...]

You have a large number of "score" lines for rules that don't exist in your
installation.

-- 
Randomly Generated Tagline:
Why are Chinese fortune cookies written in English?

Attachment: pgpqMU8HO0hB4.pgp
Description: PGP signature

Reply via email to