http://issues.apache.org/SpamAssassin/show_bug.cgi?id=4719
------- Additional Comments From [EMAIL PROTECTED] 2005-12-08 21:19 ------- Created an attachment (id=3297) --> (http://issues.apache.org/SpamAssassin/attachment.cgi?id=3297&action=view) suggested patch here's the patch I put into 3.2.0 as r355190. In short, it uses rindex to search back from the max line length point to find a space, and split there instead. There's obviously more characters that we could split on, but rindex only does substring searches, and I couldn't come up with an efficient multi-character version. :( running time is the same according to my testing, rule hit differences are expected. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
