https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7480
--- Comment #12 from Todd Rinaldo <[email protected]> --- (In reply to RW from comment #9) > (In reply to Todd Rinaldo from comment #8) > > I suggest the code be converted to substr as an additional enhancement. > > There's much less risk for surprise down the road if you do this. > > It's trimming the last line to 200 characters, not the entire string. I don't follow. My comment is not about what the regex is doing. My comment is that using substr would make it more clear what the intention is and also keep you away from {0,200} regex wierdness. Todd -- You are receiving this mail because: You are the assignee for the bug.
