Mailing List Archive

[Bug 7878] SHORT_SHORTNER hits mails with bodies larger than 512 bytes
https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7878

Steadramon <paul.stead@gmail.com> changed:

What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |paul.stead@gmail.com
Resolution|--- |FIXED

--- Comment #1 from Steadramon <paul.stead@gmail.com> ---
The 512 byte issue was introduced by a quoted-printable count addition, which
wasn't counting properly.

The erroneous counting was removed in
https://svn.apache.org/viewvc?view=revision&revision=1885113

I have dropped youtu.be from the URI shorteners list - I'd agree this is a
special type of shortener and shouldn't be included.

Sending 20_urlshort.cf
Transmitting file data .done
Committing transaction...
Committed revision 1885193.

--
You are receiving this mail because:
You are the assignee for the bug.
[Bug 7878] SHORT_SHORTNER hits mails with bodies larger than 512 bytes [ In reply to ]
https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7878

RW <rwmaillists@googlemail.com> changed:

What |Removed |Added
----------------------------------------------------------------------------
CC| |rwmaillists@googlemail.com

--- Comment #2 from RW <rwmaillists@googlemail.com> ---

I think that:

rawbody __MIME_QPC
eval:check_for_mime('mime_quoted-printable_count')

should be

rawbody __MIME_QPC eval:check_for_mime('mime_qp_count')

The former is presumably giving __MIME_QPC a value of 0.

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