You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spamassassin.apache.org by bu...@bugzilla.spamassassin.org on 2004/11/02 15:03:17 UTC

[Bug 3945] New: HITS replacement is no longer sortable

http://bugzilla.spamassassin.org/show_bug.cgi?id=3945

           Summary: HITS replacement is no longer sortable
           Product: Spamassassin
           Version: 3.0.1
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P3
         Component: Libraries
        AssignedTo: dev@spamassassin.apache.org
        ReportedBy: guido@gvr.org


In SpamAssassin 2.64, HITS was printed using sprintf("%05.2f".
In 3.0.1, _get_tag_value_for_score() is used which uses %02.1f
This gives tags like [8.2] and [18.2]. This makes a junk mbx unsortable.

I kindly request you to change _get_tag_value_for_score() such that it
uses %05.2f again, or %04.1. If hit counts over 100 are to be exected,
%05.1 is even better.



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.