Prüfen ob SA Autolearn funktioniert

Postfix, QMail, Sendmail, Dovecot, Cyrus, Courier, Anti-Spam
Post Reply
volle
Posts: 42
Joined: 2003-09-17 19:00
Location: Asselfingen
Contact:
 

Prüfen ob SA Autolearn funktioniert

Post by volle »

Hallo,

ich hab nun seit mehreren Monaten Spamassassin im Einsatz, habe aber das Gefühl, das immer noch sehr viel Spam unentdeckt bleibt. Wie kann ich prüfen ob die Autolearn funktion überhaupt arbeitet?

Volle
volle
Posts: 42
Joined: 2003-09-17 19:00
Location: Asselfingen
Contact:
 

Re: Prüfen ob SA Autolearn funktioniert

Post by volle »

Hallo,

was mich bedrückt ist, ich sehe nicht mal im Header von der jeweiligen Mail das autolearn=no ist bzw überhaupt aufgeführt wird.

Volle
dodolin
Posts: 3840
Joined: 2003-01-21 01:59
Location: Sinsheim/Karlsruhe
Contact:
 

Re: Prüfen ob SA Autolearn funktioniert

Post by dodolin »

http://spamassassin.apache.org/doc/Mail ... ng_options

Wie sieht denn deine Config aus, bezüglich der Header, die SA einfügen soll?
volle
Posts: 42
Joined: 2003-09-17 19:00
Location: Asselfingen
Contact:
 

Re: Prüfen ob SA Autolearn funktioniert

Post by volle »

hier meine local.cf:

Code: Select all

required_hits           5.0
rewrite_subject         1
subject_tag             *****SPAM*****
report_safe             1
use_terse_report        0
use_bayes               1
auto_learn              1
skip_rbl_checks         1
use_razor2              1
use_dcc                 1
use_pyzor               1
ok_languages            all
ok_locales              all
all_spam_to                     *@web0.pxxxxxxxx.pureserver.info
user_scores_dsn                 DBI:mysql:confixx:localhost;mysql_socket=/var/lib/mysql/mysql.sock
user_scores_sql_username        ********
user_scores_sql_password        *********
user_scores_sql_table           spampref
dodolin
Posts: 3840
Joined: 2003-01-21 01:59
Location: Sinsheim/Karlsruhe
Contact:
 

Re: Prüfen ob SA Autolearn funktioniert

Post by dodolin »

Jetzt wissen wir's immer noch nicht.
Dann mach halt mal sowas in local.cf:

Code: Select all

clear_headers
add_header spam Flag _YESNOCAPS_
add_header all Status _YESNO_, score=_SCORE__ required=_REQD_ tests=_TESTS_ autolearn=_AUTOLEARN_ version=_VERSION_
add_header all Level _STARS(*)_
add_header all Checker-Version SpamAssassin _VERSION_ (_SUBVERSION_) on _HOSTNAME_
Post Reply