spamassassin & hits

Postfix, QMail, Sendmail, Dovecot, Cyrus, Courier, Anti-Spam
Post Reply
cyber_bushi
Posts: 35
Joined: 2002-09-13 17:10
 

spamassassin & hits

Post by cyber_bushi »

Hallo Kolleschen,

ich habe gerade Spamassassin installiert und möchte die hits auf 6,0 hochschrauben. Habe dies auch in der local.cf gemacht (siehe unten)

Code: Select all

require_hits 6
rewrite_subject 0
fold_headers 0
spam_level_stars 0
report_header 1
use_terse_report 1
defang_mimo 0
skip_rbl_checks 1
check_mx_attempts 1
check_mx_delay 0
Spamassassin scheint das jedoch zu ignorieren. In den SPAM-Hinweisen die per Mail eingehen steht immer noch Required: 5. Was mache ich falsch? Habe den spamd auch beendet und neugestartet.
Vielen Dank schon mal im Voraus für Eure Tips!
jtb
Posts: 599
Joined: 2002-08-18 16:41
Location: Darmstadt
Contact:
 

Re: spamassassin & hits

Post by jtb »

vielleicht eine andere pro-User oder systemweite Einstellung?
cyber_bushi
Posts: 35
Joined: 2002-09-13 17:10
 

Re: spamassassin & hits

Post by cyber_bushi »

Jtb wrote:vielleicht eine andere pro-User oder systemweite Einstellung?
Guter Ansatz, aber ich habe unter /home/username gesucht und keine pro-User Einstellung gefunden. Wird die woanders gespeichert? Systemweite Einstellung (siehe oben) habe ich unter /etc/mail/spamassassin/local.cf, was der richtige Ort dafür sein sollte, oder?

regards,

cb
jtb
Posts: 599
Joined: 2002-08-18 16:41
Location: Darmstadt
Contact:
 

Re: spamassassin & hits

Post by jtb »

siehe man spamassassin:
The user preferences (such as scores to attach to each rule), are loaded from the file specified in the
-p argument. If this is not specified, ~/.spamassassin/user_prefs is used if it exists. "spamassassin"
will create this file if it does not exist, using user_prefs.template as a template. This file will be
looked for in: /etc/spamassassin; /usr/etc/mail/spamassassin; /usr/share/spamassassin; /etc/spamassas­
sin; /etc/mail/spamassassin; /usr/local/share/spamassassin; /usr/share/spamassassin.
adjustman
Posts: 1132
Joined: 2003-03-26 23:29
Location: SA
 

Re: spamassassin & hits

Post by adjustman »

Du kannst auch (systemweit) eine user_prefs unter /root/.spamassassin anlegen. Mach mal

spamassassin -D --lint

Das checkt das ganze (SA) System
Post Reply