Hallo,
ich habe ein Problem mit SA. Er läuft, prüft auch die Mails, doch macht nicht.
Hier mal ein Header einer Mail:
meine local.cf
Andere Configs habe ich nicht, doch irgentwie spuckt er mir keine Info im Header aus, ob es Spam ist oder nicht.
Kann mir da jemand weiterhelfen?
THX
P.S.: Wenn es noch verbesserungsvorschläge zur config gibt, bin ich da auch für alles offen.
ich habe ein Problem mit SA. Er läuft, prüft auch die Mails, doch macht nicht.
Hier mal ein Header einer Mail:
Code:
Return-Path: <[email protected]>
Delivered-To: [email protected]
Received: (qmail 26004 invoked from network); 15 Sep 2008 03:48:57 +0200
X-Spam-Checker-Version: SpamAssassin 3.1.9 (2007-02-13) on
h1037XXX.serverkompetenz.net
Received: from 89-139-159-198.bb.netvision.net.il (HELO ?89.139.159.198?) (89.139.159.198)
by meinedamain.de with SMTP; 15 Sep 2008 03:48:56 +0200
Received: from [89.139.159.198] by sbcmx4.prodigy.net; Mon, 15 Sep Jerusalem Daylight Time
Message-ID: <3e7d7cfb$78d2f1a5$0d8a1b15@temique2003>
From: <[email protected]>
To: <[email protected]>
Subject: Science may fix you!
Date: Mon, 15 Sep Jerusalem Daylight Time
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2900.3138
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3198
X-Antivirus: AVG for E-mail 7.5.524 [270.6.21/1673]
Mime-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Type: text/plain; format=flowed; charset=Windows-1252; reply-type=original
http://zetpola.net/v/
meine local.cf
Code:
# SpamAssassin config file for version 3.x
# NOTE: NOT COMPATIBLE WITH VERSIONS 2.5 or 2.6
# See http://www.yrex.com/spam/spamconfig25.php for earlier versions
# Generated by http://www.yrex.com/spam/spamconfig.php (version 1.50)
# How many hits before a message is considered spam.
required_score 5.0
# Change the subject of suspected spam
rewrite_header subject *****SPAM*****
# Encapsulate spam in an attachment (0=no, 1=yes, 2=safe)
report_safe 1
# Enable the Bayes system
use_bayes 1
# Enable Bayes auto-learning
bayes_auto_learn 1
bayes_path /var/qmail/.spamassassin/bayes
bayes_auto_learn_threshold_spam 6.0
score BAYES_95 0 0 3.50 3.50
score BAYES_99 0 0 4.00 4.00
bayes_file_mode 777
# 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
urirhssub URIBL_BLACK multi.uribl.com. A 2
body URIBL_BLACK eval:check_uridnsbl('URIBL_BLACK')
describe URIBL_BLACK Contains an URL listed in the URIBL blacklist
tflags URIBL_BLACK net
score URIBL_BLACK 3.0
urirhssub URIBL_GREY multi.uribl.com. A 4
body URIBL_GREY eval:check_uridnsbl('URIBL_GREY')
describe URIBL_GREY Contains an URL listed in the URIBL greylist
tflags URIBL_GREY net
score URIBL_GREY 0.25
Andere Configs habe ich nicht, doch irgentwie spuckt er mir keine Info im Header aus, ob es Spam ist oder nicht.
Kann mir da jemand weiterhelfen?
THX
P.S.: Wenn es noch verbesserungsvorschläge zur config gibt, bin ich da auch für alles offen.