https://issues.apache.org/SpamAssassin/show_bug.cgi?id=7063
--- Comment #11 from Philip Prindeville <[email protected]> --- (In reply to Karsten Bräckelmann from comment #10) > Quoting the patch, attachment 5215 [details]: > > > # Note: we rely on the /a modifier in Perl 5.14 and later > > I am against raising the Perl dependency that drastically. > > > if (m/[\x00\x0d\x80-\xff]+/a) { > > The /a modifier applies to Posix character classes only, I believe. It does > not have any impact on arbitrary hex escaped char ranges. > > Without actually testing, the /a modifier should not be necessary and thus > removed. Which also removes the dependency on Perl 5.14. ;) Trying it now. Will update the patch if this works. Any reason why Plugin/MIMEEval.pm doesn't include Logger? -- You are receiving this mail because: You are the assignee for the bug.
