@SOLVED
after trying retrying i have it working per domain based filtering
~maildrop
and this site some config files
http://gentoo-wiki.com/HOWTO_Email_V...d_Spam_Assasin
@@Original
After some sleepless evening i have spamassassin to work.
but i got a problem it marks almost every mail as spam
this a e-mail that was marked as spam
Code:
Return-Path: <webmaster@colddot.nl>
X-Original-To: webmaster@colddot.nl
Delivered-To: webmaster@colddot.nl
Received: from localhost (localhost.localdomain [127.0.0.1])
by colddot.nl (Postfix) with ESMTP id C46D96A8C05
for <webmaster@colddot.nl>; Thu, 17 Aug 2006 12:23:39 +0200 (CEST)
X-Quarantine-ID: <sDQCM-75747Z>
X-Virus-Scanned: by amavisd-new-2.4.2 (20060627) (Debian) at colddot.nl
X-Spam-Flag: YES
X-Spam-Score: 5.585
X-Spam-Level: *****
X-Spam-Status: Yes, score=5.585 tagged_above=3 required=4 tests=[AWL=1.602,
HELO_EQ_NO_DOT=0.843, HOST_EQ_DSL=0.49, HOST_EQ_NL=1.545,
MSGID_FROM_MTA_ID=0.927, NO_REAL_NAME=0.178]
Received: from colddot.nl ([127.0.0.1])
by localhost (colddot.nl [127.0.0.1]) (amavisd-new, port 10024)
with ESMTP id sDQCM-75747Z for <webmaster@colddot.nl>;
Thu, 17 Aug 2006 12:23:34 +0200 (CEST)
Received: from OWNER (nm-dkbg-131a0.adsl.wanadoo.nl [81.69.79.160])
by colddot.nl (Postfix) with ESMTP id 6D58F6A8C04
for <webmaster@colddot.nl>; Thu, 17 Aug 2006 12:23:34 +0200 (CEST)
From: webmaster@colddot.nl
To: webmaster@colddot.nl
Subject: ***SPAM*** webmaster@colddot.nl
Date: Thu, 17 Aug 2006 12:23:40 +0200
X-Mailer: POP Peeper (2.4.3.0)
Message-Id: <20060817102334.6D58F6A8C04@colddot.nl>
webmaster@colddot.nl
and this is my config file (/etc/spamassassin/local.cf)
Code:
#SpamAssassin
required_score 10.0
required_hits 10.0
rewrite_header subject *****SPAM*****
report_safe 1
#bayes
use_bayes 1
use_bayes_rules 1
bayes_auto_learn 1
#RBL
skip_rbl_checks 0
#Razor2
use_razor2 1
razor_config /etc/razor/razor-agent.conf
#DCC
use_dcc 1
dcc_path /usr/bin/dccproc
#Pyzor
use_pyzor 1
pyzor_path /usr/bin/pyzor
#languages
ok_languages all
ok_locales all
i noticed that i can't change the
score=5.585 tagged_above=3 required=4
even if i set
required_score 10.0
required_hits 10.0
so whats the problem you guys think?
i'm running
~debian sarge
~postfix
~amavisd-new
~SpamAssassin
btw if i run
spamassassin --lint
it is error free
Greets ColdDoT
Recent comments
3 hours 34 min ago
10 hours 15 min ago
14 hours 6 min ago
15 hours 44 min ago
1 day 10 min ago
1 day 9 hours ago
1 day 10 hours ago
1 day 14 hours ago
1 day 18 hours ago
1 day 18 hours ago