https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7480
Todd Rinaldo <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #4 from Todd Rinaldo <[email protected]> --- The code would be more clear to me and be potentially faster and smaller (at run time) if we don't use a regex: $str = substr($str, 0, 200) if length($str) > 200; It's also unclear to me if a new line needs to be on the end of it? -- You are receiving this mail because: You are the assignee for the bug.
