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 2013/02/01 12:43:37 UTC

[Bug 6902] New: _SCORE(00)_ padding does not work anymore

https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6902

            Bug ID: 6902
           Summary: _SCORE(00)_ padding does not work anymore
           Product: Spamassassin
           Version: 3.3.2
          Hardware: PC
                OS: NetBSD
            Status: NEW
          Severity: critical
          Priority: P2
         Component: Libraries
          Assignee: dev@spamassassin.apache.org
          Reporter: kivinen@iki.fi
    Classification: Unclassified

Created attachment 5134
  --> https://issues.apache.org/SpamAssassin/attachment.cgi?id=5134&action=edit
Diff to fix the problem.

Version 3.3.2 broke the _SCORE(00)_ padding feature, as it removed the padding
done in the Mail/SpamAssassin/PerMsgStatus.pm and calls
Mail::SpamAssassin::Util::get_tag_value_for_score instead to format the score.
The Util version does not know how to do padding at all. This causes invalid
sorting when sorting based on the subject.

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

[Bug 6902] _SCORE(00)_ padding does not work anymore

Posted by bu...@bugzilla.spamassassin.org.
https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6902

Kevin A. McGrail <km...@pccc.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |kmcgrail@pccc.com
         Resolution|---                         |DUPLICATE

--- Comment #2 from Kevin A. McGrail <km...@pccc.com> ---
As noted, this is already fixed in trunk.

*** This bug has been marked as a duplicate of bug 6651 ***

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

[Bug 6902] _SCORE(00)_ padding does not work anymore

Posted by bu...@bugzilla.spamassassin.org.
https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6902

Mark Martinec <Ma...@ijs.si> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|Undefined                   |3.4.0

--- Comment #1 from Mark Martinec <Ma...@ijs.si> ---
> Version 3.3.2 broke the _SCORE(00)_ padding feature, as it removed the
> padding done in the Mail/SpamAssassin/PerMsgStatus.pm and calls
> Mail::SpamAssassin::Util::get_tag_value_for_score instead to format the
> score. The Util version does not know how to do padding at all. This causes
> invalid sorting when sorting based on the subject.

This looks like fixed in 3.4 (trunk).
Probably a duplicate of some other bug report.
Please try svn trunk or the last 3.4.0 release candidate.

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