https://issues.apache.org/SpamAssassin/show_bug.cgi?id=7063

--- Comment #10 from Karsten Bräckelmann <[email protected]> ---
Quoting the patch, attachment 5215:

> # 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. ;)

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to