On Thursday 13 May 2004 15:43, Matt Kettler wrote: > It's not clear from the information you've given. I've not seen SA do that > except when run with the -t parameter (which by definition forces the > message to be tagged as spam without regard for score).
I don't think I can have -t set as the majority of mails get passed as not being spam. > > > 1) Can you provide an X-Spam-Status header as well as a Content analysis > details for the same message? Not sure what you mean by this, if you mean the headers bit of the spam report then it's like this... ------------------------- BEGIN HEADERS ----------------------------- Return-Path: <[EMAIL PROTECTED]> Received: from localhost (localhost [127.0.0.1]) ��������by voyager.damonjebb.net (Postfix) with ESMTP id 1EBEE1349C5 ��������for <[EMAIL PROTECTED]>; Thu, 13 May 2004 01:52:14 +0100 (BST) Envelope-to: [EMAIL PROTECTED] Delivery-date: Thu, 13 May 2004 02:51:20 +0200 Received: from pop.kundenserver.de [212.227.15.165] ��������by localhost with POP3 (fetchmail-6.2.3) ��������for [EMAIL PROTECTED] (single-drop); Thu, 13 May 2004 01:52:14 +0100 (BST) Received: from [62.189.242.185] (helo=172.28.1.60) ��������by mxng12.kundenserver.de with smtp (Exim 3.35 #1) ��������id 1BO4RU-0002Cj-00 ��������for [EMAIL PROTECTED]; Thu, 13 May 2004 02:51:20 +0200 From: The IT Job Board <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Subject: MANAGER...jobs MIME-Version: 1.0 Content-Type: text/html Content-Transfer-Encoding: base64 Message-Id: <[EMAIL PROTECTED]> Date: Thu, 13 May 2004 02:51:20 +0200 -------------------------- END HEADERS ------------------------------ > > 2) how are you calling spamassassin? (ie: what tools, and if applicable, > what command-line parameters) > I'm running it via Amavisd-new. This is the section from the Amavisd.conf file about spamassassin... # SpamAssassin settings $sa_local_tests_only = 1; # (default: false) $sa_mail_body_size_limit = 64*1024; # don't waste time on SA if mail is larger $sa_tag_level_deflt = 3.0; # add spam info headers if at, or above that level $sa_tag2_level_deflt = 5.0; $sa_kill_level_deflt = $sa_tag2_level_deflt; # triggers spam evasive actions > 3) Does spamassassin --lint run quietly? I know I say this to everything, > but it does point out lots of common config problems. The only comment I got was 'created user preference files'. I haven't run it from the command line previously Don't know if this illuminates anything more. Thanks for your input so far. Damon
