https://bz.apache.org/SpamAssassin/show_bug.cgi?id=8285
Henrik Krohns <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Henrik Krohns <[email protected]> --- 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.
