Return-Path: Delivered-To: apmail-spamassassin-commits-archive@www.apache.org Received: (qmail 57422 invoked from network); 12 Oct 2004 02:53:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 12 Oct 2004 02:53:11 -0000 Received: (qmail 75283 invoked by uid 500); 12 Oct 2004 02:53:11 -0000 Delivered-To: apmail-spamassassin-commits-archive@spamassassin.apache.org Received: (qmail 75233 invoked by uid 500); 12 Oct 2004 02:53:11 -0000 Mailing-List: contact commits-help@spamassassin.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: "Spam Assassin Dev" List-Id: Delivered-To: mailing list commits@spamassassin.apache.org Received: (qmail 75209 invoked by uid 99); 12 Oct 2004 02:53:10 -0000 X-ASF-Spam-Status: No, hits=-10.0 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.28) with SMTP; Mon, 11 Oct 2004 19:53:10 -0700 Received: (qmail 57395 invoked by uid 65534); 12 Oct 2004 02:53:09 -0000 Date: 12 Oct 2004 02:53:09 -0000 Message-ID: <20041012025309.57393.qmail@minotaur.apache.org> From: felicity@apache.org To: commits@spamassassin.apache.org Subject: svn commit: rev 54647 - spamassassin/branches/3.0/lib/Mail/SpamAssassin X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Author: felicity Date: Mon Oct 11 19:53:08 2004 New Revision: 54647 Modified: spamassassin/branches/3.0/lib/Mail/SpamAssassin/Conf.pm Log: changing comment since it's IMO exactly what we don't want to do Modified: spamassassin/branches/3.0/lib/Mail/SpamAssassin/Conf.pm ============================================================================== --- spamassassin/branches/3.0/lib/Mail/SpamAssassin/Conf.pm (original) +++ spamassassin/branches/3.0/lib/Mail/SpamAssassin/Conf.pm Mon Oct 11 19:53:08 2004 @@ -3272,7 +3272,8 @@ $self->{headers_ham}->{"Checker-Version"} = $self->{headers_spam}->{"Checker-Version"}; - # these are now unsettable by end-users; TODO: move out of Conf + # these should potentially be settable by end-users + # perhaps via plugin? $self->{num_check_received} = 9; $self->{bayes_expiry_pct} = 0.75; $self->{bayes_expiry_period} = 43200;