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 2009/04/28 17:02:58 UTC

[Bug 6104] New: X-Spam-Report improperly wrapped

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

           Summary: X-Spam-Report improperly wrapped
           Product: Spamassassin
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: minor
          Priority: P5
         Component: spamassassin
        AssignedTo: dev@spamassassin.apache.org
        ReportedBy: uhlar@fantomas.sk


The X-Spam-Report: header gets folded so it won't cross 80 characters per line.
Unluckily, the lines are starting with tab character, which is 8 characters
wide (in this case), but counted as one char. That can lead to too wide headers
which may cause the header get reformatted (and thus hardly readable)

Examples:

X-Spam-Report:
        *  0.0 MISSING_MID Missing Message-Id: header
        *  0.0 MIME_HTML_MOSTLY BODY: Multipart message mostly text/html MIME
        *  0.0 HTML_MESSAGE BODY: HTML included in message
        *  1.1 MPART_ALT_DIFF BODY: HTML and text parts are different
        *  1.8 HTML_NONELEMENT_30_40 BODY: 30% to 40% of HTML elements are
        *      non-standard
        *  0.6 HTML_IMAGE_RATIO_02 BODY: HTML has a low ratio of text to image
area
        *  2.8 PYZOR_CHECK Listed in Pyzor (http://pyzor.sf.net/)
        *  0.2 URIBL_GREY Contains an URL listed in the URIBL greylist
        *      [URIs: streamsend.com]                                 


X-Spam-Status: No, score=1.4 required=3.5 tests=BAYES_50,DATE_IN_FUTURE_96_XX,
        SPF_HELO_PASS,SPF_PASS autolearn=disabled version=3.2.5
X-Spam-Report:
        * -0.0 SPF_HELO_PASS SPF: HELO matches SPF record
        * -0.0 SPF_PASS SPF: sender matches SPF record
        *  1.4 DATE_IN_FUTURE_96_XX Date: is 96 hours or more after Received:
date
        *  0.0 BAYES_50 BODY: Bayesian spam probability is 40 to 60%
        *      [score: 0.4989]


01234567890123456789012345678901234567890123456789012345678901234567890123456789


-- 
Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.