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: [email protected]
ReportedBy: [EMAIL PROTECTED]
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.