Hello everybody
I would like check that my spamassassin installation run fine. I use a
debian server system with the newest spamassassin version and all debian
updates.
spamassassin -D < test.text
The follow errors output:
debug: Failed to parse line in SpamAssassin configuration, skipping:
report_safe 1
debug: Failed to parse line in SpamAssassin configuration, skipping:
use_bayes 1
debug: Failed to parse line in SpamAssassin configuration, skipping:
auto_learn 1
debug: Failed to parse line in SpamAssassin configuration, skipping:
use_razor2 1
debug: Failed to parse line in SpamAssassin configuration, skipping:
use_dcc 1
debug: Failed to parse line in SpamAssassin configuration, skipping:
use_pyzor 1
debug: Failed to parse line in SpamAssassin configuration, skipping:
ok_languages all
debug: Failed to parse line in SpamAssassin configuration, skipping:
user_scores_sql_table spampref
A part of my local.cf:
#
required_hits 5.0
# Whether to change the subject of suspected spam
rewrite_subject 1
# Text to prepend to subject if rewrite_subject is used
subject_tag *****SPAM*****
# Encapsulate spam in an attachment
report_safe 1
# Use terse version of the spam report
use_terse_report 0
# Enable the Bayes system
use_bayes 1
# Enable Bayes auto-learning
auto_learn 1
# Enable or disable network checks
skip_rbl_checks 0
use_razor2 1
use_dcc 1
use_pyzor 1
# Mail using languages used in these country codes will not be marked
# as being possibly spam in a foreign language.
ok_languages all
# Mail using locales used in these country codes will not be marked
# as being possibly spam in a foreign language.
ok_locales all
I can't find any mistakes. Where is the problem?
Thanks
Karsten