I have installed Spamassassin 3.1.7 on a Fedora Core 6 box when I run
spamassassin --lint I get the following warnings
[11180] warn: config: failed to parse line, skipping: rewrite_subject 1
[11180] warn: config: failed to parse line, skipping: report_header 1
[11180] warn: config: failed to parse line, skipping: use_terse_report 1
[11180] warn: config: failed to parse line, skipping: defang_mime 0
[11180] warn: config: failed to parse line, skipping: auto_learn 1
[11180] warn: lint: 5 issues detected, please rerun with debug enabled
for more information
I cant seem to find information on the site
http://spamassassin.apache.org/ on how to resolve this issue.
I hope to run Spamassassin as a Daemon
Here is my local.cf file
----------------local.cf------------------
add_header all Score _SCORE_
required_score 5
rewrite_header subject [SPAM] (_SCORE_)
use_bayes 1
use_bayes_rules 1
bayes_auto_learn 1
bayes_auto_learn_threshold_nonspam 0.3
bayes_auto_learn_threshold_spam 12
bayes_min_ham_num 200
bayes_min_spam_num 200
report_safe 0
use_razor2 1