Return-Path: X-Original-To: apmail-spamassassin-users-archive@www.apache.org Delivered-To: apmail-spamassassin-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 978F810B87 for ; Wed, 17 Apr 2013 21:06:08 +0000 (UTC) Received: (qmail 58134 invoked by uid 500); 17 Apr 2013 21:06:06 -0000 Delivered-To: apmail-spamassassin-users-archive@spamassassin.apache.org Received: (qmail 58044 invoked by uid 500); 17 Apr 2013 21:06:06 -0000 Mailing-List: contact users-help@spamassassin.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@spamassassin.apache.org Received: (qmail 58030 invoked by uid 99); 17 Apr 2013 21:06:06 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Apr 2013 21:06:06 +0000 X-ASF-Spam-Status: No, hits=0.7 required=10.0 tests=RCVD_IN_DNSWL_NONE,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: 209.91.128.19 is neither permitted nor denied by domain of kdeugau@vianet.ca) Received: from [209.91.128.19] (HELO smtp2.vianet.ca) (209.91.128.19) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Apr 2013 21:05:58 +0000 Received: from pod.pem-lan (pem-goatfarm.vianet.ca [209.91.179.158]) (Authenticated sender: kdeugau@vianet.ca) by smtp2.vianet.ca (Postfix) with ESMTPSA id 8C44215BE10 for ; Wed, 17 Apr 2013 17:05:37 -0400 (EDT) Message-ID: <516F0EA1.3010101@vianet.ca> Date: Wed, 17 Apr 2013 17:05:37 -0400 From: Kris Deugau Organization: ViaNet Internet Solutions User-Agent: Mozilla/5.0 (X11; Linux i686 on x86_64; rv:20.0) Gecko/20100101 Firefox/20.0 SeaMonkey/2.17 MIME-Version: 1.0 To: spamassassin-users Subject: Re: Calling spamassassin directly yields very different results than calling spamassassin via amavis-new References: <516EFAB3.4090409@indietorrent.org> In-Reply-To: <516EFAB3.4090409@indietorrent.org> Mail-Followup-To: users@spamassassin.apache.org X-Enigmail-Version: 1.5 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Ben Johnson wrote: > Is there anything else that would cause Bayes tests not be performed? I > ask because other types of tests are disabled automatically under > certain circumstances (e.g., network tests), and I'm wondering if there > is some obscure combination of factors that causes Bayes tests not to be > performed. Do you have bayes_sql_override_username set? (This forces use of a single Bayes DB for all SA calls that reference this configuration file set.) If not, you may be getting a Bayes DB for each user on your system; IIRC this is supported (sort of) and default with Amavis. -kgd