https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7616

--- Comment #3 from Bill Cole <[email protected]> ---
Created attachment 5594
  --> https://bz.apache.org/SpamAssassin/attachment.cgi?id=5594&action=edit
simulate "r" modifier (added in 5.14) removed in r1839832

Unintuitively, these length() calls always return zero:

length ($arr[$pos] =~ s/\t/        /g);
length ($arr[$pos+1] =~ s/\t/        /g);

They work with the /r modifier, but that is not in Perl until v5.14

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

Reply via email to