https://issues.apache.org/SpamAssassin/show_bug.cgi?id=7063
Quanah Gibson-Mount <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #14 from Quanah Gibson-Mount <[email protected]> --- (In reply to Philip Prindeville from comment #12) > Created attachment 5216 [details] > Don't need /a qualifier after all if we use octal escapes Shouldn't these lines be part of a dbg statement? Something like: if(would_log('dbg', 'check')) { my $str = $_; $str =~ s/[\x00\x0d\x80-\xff]+/'<' . unpack('H*', $&) . '>'/eag; dbg("check_for_ascii_text_illegal: Saw match " . $str . "\n"); } Not sure "check" is the right facility, but seems like it. For the dbg line: dbg("check: check_for_ascii_text_illegal: Saw match " . $str . "\n"); -- You are receiving this mail because: You are the assignee for the bug.
