https://bz.apache.org/SpamAssassin/show_bug.cgi?id=8285
Henrik Krohns <hege+apa...@hege.li> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hege+apa...@hege.li --- Comment #3 from Henrik Krohns <hege+apa...@hege.li> --- Minor nitpick, but please don't capture groups if you aren't using them -> (?:) 192 if ($color =~ /^#([0-9a-f]{3}|[0-9a-f]{6})$/) { 377 croak("Invalid color angle: $angle") unless $angle =~ /^(none|[+-]?\d*\.?\d+(deg|grad|rad|turn)?)$/; -- You are receiving this mail because: You are the assignee for the bug.