Tim Macrina wrote:
> If I run spamassassin --lint I get the following messages. Can anyone tell me 
> what they mean and how to fix them? Thank you
> 
> config: SpamAssassin failed to parse line, skiping: detailed_phrase_score 1
> config: SpamAssassin failed to parse line, skiping: spam_level_stars 1
> config: SpamAssassin failed to parse line, skiping: defang_mime 1
> 
> 

Delete those lines from your config file, they're all from very old versions of
spamassassin and no longer exist.

detailed_phrase_score is from the old static phrase list code that dissapeared
when bayes was added in spamassassin 2.50. (Bayes is a dynamic trainable version
of this concept so anything from the old phrases code instantly obsolete)

defang_mime was superseded by report_safe when 2.50 was released.

spam_level_stars got replaced by add_header when SA 2.60 was released.



Reply via email to