You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@spamassassin.apache.org by Tom <to...@autosoftdms.com> on 2007/01/23 18:51:56 UTC

SA --lint help 3.1.7

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

Re: SA --lint help 3.1.7

Posted by Theo Van Dinter <fe...@apache.org>.
On Tue, Jan 23, 2007 at 09:51:56AM -0800, Tom wrote:
> [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

All of these config options were deprecated years ago.  You can look at old
release announcements or Google around for it.  In short:

Most of those got replaced by report_safe.  auto_learn is really
bayes_auto_learn and is 1 by default.  

In short, I would drop those lines and see how the defaults do for you.

-- 
Randomly Selected Tagline:
"I develop for Linux for a living, I used to develop for DOS.  Going from
 DOS to Linux is like trading a glider for an F117."     - F. Sweetser