Am 08.08.2007 um 01:41 schrieb Expertsites, Inc.:
----- Original Message ----- From: "Stein Magne Bjorklund"
<[EMAIL PROTECTED]>
To: "Michael Worobcuk" <[EMAIL PROTECTED]>;
<users@spamassassin.apache.org>
Sent: Tuesday, August 07, 2007 1:11 AM
Subject: Re: spamd is invoked 3 times / forgot the subject
On 8/7/07, Michael Worobcuk <[EMAIL PROTECTED]> wrote:
Hi,
I am running SpamAssassin-3.2.1_1 on FreeBSD.
My MTA is Exim.
My problem is that spamd seems to be invoked 3 times by exim.
Cant really help you as my Exim/Spamassassin is also broken at the
moment. I have problem running spamc on my system (Linux). What Perl
version are you running? And have you tested spamc standalone?
--
SMB
I experienced this problem in conjunction with other problems since
upgrading to 3.2.2 with cPanel 11, Exim 4.66, Perl 5.8.8. Other
problems included not recognizing user_prefs and not rewriting the
subject properly.
Temporarily resolved all issues above by disabling Razor, Pyzor,
DCC and restarting Exim.
See bug 5574: http://issues.apache.org/SpamAssassin/show_bug.cgi?
id=5574
I am running:
- perl-5.8.8
- exim-mysql-4.67
- p5-Mail-SpamAssassin-3.2.1_1
- razor-agents-2.84
I am trying to run per-user-filtering. I did some testing but I
doesn't seem to work.
The Mysql-Query-Log shows that the user spamfilter asked for tokens,
but then the message, which I learned as spam is not marked.
Other Problem is that there is no score in the header, although I
have the following in my exim acl;.
warn message = X-Spam-Score: $spam_score ($spam_bar)
spam = ${lookup mysql{SELECT IF(type='alias',`smtp`, `username`)
FROM `users` WHERE `username`='${quote_mysql:$recipients}';}}:true
The "true" should make sure that there is always the score in the
header, right ?