https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7480
--- Comment #3 from [email protected] --- It's hard to tell what that regex is actually supposed to be doing. If the idea is that it trims each line to 200 characters, it needs a /m modifier. If it's only supposed to trim the entire string, then substr would be much clearer. On the other hand, since the code hasn't been working at all for several versions of perl, perhaps it could just be deleted? -- You are receiving this mail because: You are the assignee for the bug.
