https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7480
--- Comment #14 from [email protected] --- Is this the code you're referring to? $str =~ s/^(.{200}).+$/$1 [...]/gm; If so, that trims every line to 200 characters, not just the last one. -- You are receiving this mail because: You are the assignee for the bug.
