Return-Path: Delivered-To: apmail-spamassassin-dev-archive@www.apache.org Received: (qmail 37926 invoked from network); 17 Dec 2007 09:49:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Dec 2007 09:49:00 -0000 Received: (qmail 48052 invoked by uid 500); 17 Dec 2007 09:48:48 -0000 Delivered-To: apmail-spamassassin-dev-archive@spamassassin.apache.org Received: (qmail 48025 invoked by uid 500); 17 Dec 2007 09:48:48 -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 48014 invoked by uid 99); 17 Dec 2007 09:48:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Dec 2007 01:48:48 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jm@jmason.org designates 72.232.31.42 as permitted sender) Received: from [72.232.31.42] (HELO soman.fdntech.com) (72.232.31.42) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Dec 2007 09:48:27 +0000 Received: from jmason.org (localhost.localdomain [127.0.0.1]) by soman.fdntech.com (Postfix) with ESMTP id 8665E26968B; Mon, 17 Dec 2007 03:48:29 -0600 (CST) Received: by jmason.org (Postfix, from userid 1000) id 22C94F583E; Mon, 17 Dec 2007 09:49:42 +0000 (GMT) Received: from jmason.org (localhost [127.0.0.1]) by jmason.org (Postfix) with ESMTP id 1F0FDF4167; Mon, 17 Dec 2007 09:49:42 +0000 (GMT) To: "Daryl C. W. O'Shea" cc: Sidney Markowitz , dev@spamassassin.apache.org Subject: Re: 3.2.4? In-Reply-To: <4764DBAD.3060604@dostech.ca> From: jm@jmason.org (Justin Mason) X-GPG-Key-Fingerprint: 1368 71CE 3627 9CD3 FA1B 0B63 3091 7972 298B C7D0 Date: Mon, 17 Dec 2007 09:49:42 +0000 Sender: jm@jmason.org Message-Id: <20071217094942.22C94F583E@jmason.org> X-Virus-Checked: Checked by ClamAV on apache.org Daryl C. W. O'Shea writes: > Sidney Markowitz wrote: > > Daryl C. W. O'Shea wrote, On 16/12/07 7:42 PM: > >> It appears to be a rule in the process of being removed, but left in > >> place to avoid lint failures. > >> > >> [dos@cyan 3.2]$ pwd; grep "score DRUG_RA_PRICE" * > >> /home/dos/sasvn/rules/branches/3.2 > >> 50_scores.cf:score DRUG_RA_PRICE 0 # n=1 n=3 > >> [dos@cyan 3.2]$ > > > > But I just removed it from branches/3.2/rules/50_scores.cf so that it > > would stop producing a failure in the 3.2 branch make test of t/meta.t. > > Does that automatically migrate over to rules/branches/3.2/50_scores.cf > > and if it does, then will that result in sa-update giving DRUG_RA_PRICE > > a default score of 1 instead of 0? > > No they don't sync. Somebody probably screwed up removing only a part > of it from branches/3.2/rules and didn't do anything with > rules/branches/3.2 (which is really common for some reason... I usually > review all the commits and sync/fix things before I make an update). Yeah, I suspect that was me. :( Having 2 indepedent rule dirs for 3.2 is too difficult and a bad idea; I suggest when we get to 3.3.x, we ensure there's only 1. --j.