Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 5DC6B200D35 for ; Tue, 7 Nov 2017 22:40:06 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 5C4AF160C00; Tue, 7 Nov 2017 21:40:06 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id A1B3A160BEB for ; Tue, 7 Nov 2017 22:40:05 +0100 (CET) Received: (qmail 61563 invoked by uid 500); 7 Nov 2017 21:40:04 -0000 Mailing-List: contact sysadmins-help@spamassassin.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: sysadmins@spamassassin.apache.org Delivered-To: mailing list sysadmins@spamassassin.apache.org Received: (qmail 61552 invoked by uid 99); 7 Nov 2017 21:40:04 -0000 Received: from mail-relay.apache.org (HELO mail-relay.apache.org) (140.211.11.15) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Nov 2017 21:40:04 +0000 Received: from djones5.jonesol.com (cpe-76-187-196-227.tx.res.rr.com [76.187.196.227]) by mail-relay.apache.org (ASF Mail Server at mail-relay.apache.org) with ESMTPSA id DCBFB1A00A5 for ; Tue, 7 Nov 2017 21:40:03 +0000 (UTC) Subject: Re: Eureka: truncation of 72_active.cf To: sysadmins@spamassassin.apache.org References: From: Dave Jones Message-ID: <86083a74-4310-98d1-c614-0ee842dc2831@apache.org> Date: Tue, 7 Nov 2017 15:40:23 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit archived-at: Tue, 07 Nov 2017 21:40:06 -0000 On 11/07/2017 01:07 PM, Merijn van den Kroonenberg wrote: >> On 11/07/2017 10:24 AM, Merijn van den Kroonenberg wrote: >>>> Merijn, >>>> >>>> I patched the generate-new-scores.sh locally on sa-vm1 using your patch >>>> file with a slight adjustment. I changed the copied file name to >>>> "72_active_before_grep.cf" just to make it a little more obvious. We >>>> will see how it looks tomorrow in the tmp working area on sa-vm1 and I >>>> will reply with the results. >>> >>> I looked at todays tmp/generate-new-scores/trunk-new-rules-set0 and I do >>> not see this patch applied. Can you even do uncommitted changes to code >>> of >>> masses, or will it just be removed as a fresh checkout is done each >>> time? >>> >> >> It was setup but I too noticed that it didn't create the >> 72_active_before_grep.cf but accidentally forgot about following up on >> that. I will check on that later this evening to get this in place >> before the next run in about 10 hours. >> > > Ok thanks, its no longer high priority, I think I can do without for > debugging now. But in the longer run we can use it to decide if we can get > rid of the grep statement altogether (if 72_active_before_grep.cf always > equals 72_active.cf then it has no use). > > I just brought it up because I wondered where that code went, but guess > you removed it when it didn't work. > > I put in in place and didn't commit it. In the past these local changes would not get overwritten with the cron entry that does and "svn up". I will figure this out shortly and hopefully we will have a 72_active_before_grep.cf in the morning. Dave