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 814D310E16 for ; Tue, 3 Jun 2014 00:31:02 +0000 (UTC) Received: (qmail 80052 invoked by uid 500); 3 Jun 2014 00:31:00 -0000 Delivered-To: apmail-spamassassin-users-archive@spamassassin.apache.org Received: (qmail 80020 invoked by uid 500); 3 Jun 2014 00:31:00 -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 80013 invoked by uid 99); 3 Jun 2014 00:31:00 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Jun 2014 00:31:00 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [96.126.116.187] (HELO mail.twprogrammers.com) (96.126.116.187) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Jun 2014 00:30:55 +0000 Received: from [192.168.1.30] (cpe-70-114-11-49.satx.res.rr.com [70.114.11.49]) by mail.twprogrammers.com (Postfix) with ESMTPSA id F3A7950FD2 for ; Mon, 2 Jun 2014 19:30:30 -0500 (CDT) Message-ID: <538D1728.6090408@twprogrammers.com> Date: Mon, 02 Jun 2014 19:30:32 -0500 From: Patrick Thomas User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: users@spamassassin.apache.org Subject: Re: Don't modify body - just add headers? References: <538D0C85.6050009@twprogrammers.com> <20140603011515.7abf0c2d@gumby.homeunix.com> In-Reply-To: <20140603011515.7abf0c2d@gumby.homeunix.com> X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Thank you! That did the trick. On 6/2/2014 7:15 PM, RW wrote: > On Mon, 02 Jun 2014 18:45:09 -0500 > Patrick Thomas wrote: > > >> Issue: >> I don't like that it modifies the entire message. I tried using >> clear_report_template in local.cf, but it still mucks with the >> entire message. All I want it to do is add the X-Spam* headers. > I think what you probably want is > > report_safe 0 >