Return-Path: Delivered-To: apmail-spamassassin-dev-archive@www.apache.org Received: (qmail 98614 invoked from network); 3 Sep 2004 17:03:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 3 Sep 2004 17:03:27 -0000 Received: (qmail 32849 invoked by uid 500); 3 Sep 2004 17:03:14 -0000 Delivered-To: apmail-spamassassin-dev-archive@spamassassin.apache.org Received: (qmail 32737 invoked by uid 500); 3 Sep 2004 17:03:12 -0000 Mailing-List: contact dev-help@spamassassin.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: List-Id: "SpamAssassin Development" dev@spamassassin.apache.org Delivered-To: mailing list dev@spamassassin.apache.org Received: (qmail 32689 invoked by uid 99); 3 Sep 2004 17:03:12 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=NO_REAL_NAME,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of apache@bugzilla.spamassassin.org designates 64.142.3.173 as permitted sender) Received: from [64.142.3.173] (HELO bugzilla.spamassassin.org) (64.142.3.173) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 03 Sep 2004 10:03:10 -0700 Received: by bugzilla.spamassassin.org (Postfix, from userid 48) id A1F7C83805; Fri, 3 Sep 2004 10:03:08 -0700 (PDT) From: bugzilla-daemon@bugzilla.spamassassin.org To: dev@spamassassin.apache.org Subject: [Bug 3238] Score below 10 is not zero-padded causes bad sorting X-Bugzilla-Reason: AssignedTo Message-Id: <20040903170308.A1F7C83805@bugzilla.spamassassin.org> Date: Fri, 3 Sep 2004 10:03:08 -0700 (PDT) X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N http://bugzilla.spamassassin.org/show_bug.cgi?id=3238 ------- Additional Comments From jm@jmason.org 2004-09-03 10:03 ------- thinking about this, 2.6x compatibility does sound like the best idea. but unfortunately the 3.0.0 implementation doesn't allow that -- since the same tag -- _SCORE_ -- is used in several different locations, including places where it should *NOT* be 0-padded. that's code reuse for you. ;) So I think the idea of creating a new _PADSCORE_ tag makes sense, and is cleaner to implement than having a context-sensitive _SCORE_ tag that displays different things in the Subject hdr than elsewhere. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.