Return-Path: Delivered-To: apmail-spamassassin-dev-archive@www.apache.org Received: (qmail 53345 invoked from network); 6 Aug 2009 19:02:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 6 Aug 2009 19:02:51 -0000 Received: (qmail 35731 invoked by uid 500); 6 Aug 2009 19:02:58 -0000 Delivered-To: apmail-spamassassin-dev-archive@spamassassin.apache.org Received: (qmail 35655 invoked by uid 500); 6 Aug 2009 19:02:58 -0000 Mailing-List: contact dev-help@spamassassin.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list dev@spamassassin.apache.org Received: (qmail 35643 invoked by uid 99); 6 Aug 2009 19:02:58 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Aug 2009 19:02:58 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Aug 2009 19:02:56 +0000 Received: by brutus.apache.org (Postfix, from userid 33) id 5FEC0234C044; Thu, 6 Aug 2009 12:02:35 -0700 (PDT) From: bugzilla-daemon@bugzilla.spamassassin.org To: dev@spamassassin.apache.org Subject: [Bug 5893] bayes_sql_override_username is ignored if value evaultes to 'false' X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: newchanged X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Spamassassin X-Bugzilla-Component: spamassassin X-Bugzilla-Keywords: X-Bugzilla-Severity: trivial X-Bugzilla-Who: Mark.Martinec@ijs.si X-Bugzilla-Status: RESOLVED X-Bugzilla-Priority: P5 X-Bugzilla-Assigned-To: dev@spamassassin.apache.org X-Bugzilla-Target-Milestone: 3.3.0 X-Bugzilla-Changed-Fields: Status Resolution Target Milestone In-Reply-To: References: Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Message-Id: <20090806190235.5FEC0234C044@brutus.apache.org> Date: Thu, 6 Aug 2009 12:02:35 -0700 (PDT) X-Virus-Checked: Checked by ClamAV on apache.org https://issues.apache.org/SpamAssassin/show_bug.cgi?id=5893 Mark Martinec changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED Target Milestone|Undefined |3.3.0 --- Comment #1 from Mark Martinec 2009-08-06 12:02:33 PST --- Another manifestation of nonpedantic practice in some parts of code where user-supplied strings are evaluated in places as Perl booleans, instead of being tested for being defined or for being an empty string, just like in Bug 5965. I hope I caught all such cases dealing with username. If not, please report and re-open. Bug 5893 (and Bug 5965): bayes_sql_override_username is ignored if value evalutes to 'false' Sending lib/Mail/SpamAssassin/BayesStore/MySQL.pm Sending lib/Mail/SpamAssassin/BayesStore/SQL.pm Sending lib/Mail/SpamAssassin/Client.pm Sending lib/Mail/SpamAssassin/SQLBasedAddrList.pm Transmitting file data .... Committed revision 801771 ( https://svn.apache.org/viewcvs.cgi?view=rev&rev=801771 ). -- Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.