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 2014/06/04 10:16:35 UTC

[Bug 7047] New: Add a new tag to generate a report or a summary with sorted scores

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

            Bug ID: 7047
           Summary: Add a new tag to generate a report or a summary with
                    sorted scores
           Product: Spamassassin
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: spamassassin
          Assignee: dev@spamassassin.apache.org
          Reporter: poleur@lippmann.lu

Here is the output for the _REPORT_ tag :

X-Spam-Report: 0.5 / 5.0  --  
 * -0.0 SPF_PASS SPF: sender matches SPF record
 * -0.7 RP_MATCHES_RCVD Envelope sender domain matches handover relay domain
 *  1.2 MISSING_HEADERS Missing To: header
 *  0.0 HTML_MESSAGE BODY: HTML included in message
 * -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's
 *       domain
 * -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature
 *  0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily
 *      valid
 *  0.0 T_FSL_HELO_BARE_IP_2 T_FSL_HELO_BARE_IP_2

A new tag would sort the individual score from highest to lowest :

X-Spam-Report: 0.5 / 5.0  --  
 *  1.2 MISSING_HEADERS Missing To: header
 *  0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily
 *      valid
 *  0.0 HTML_MESSAGE BODY: HTML included in message
 *  0.0 T_FSL_HELO_BARE_IP_2 T_FSL_HELO_BARE_IP_2
 * -0.0 SPF_PASS SPF: sender matches SPF record
 * -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's
 *       domain
 * -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature
 * -0.7 RP_MATCHES_RCVD Envelope sender domain matches handover relay domain

Same request for _SUMMARY_

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