You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spamassassin.apache.org by bu...@spamassassin.apache.org on 2022/11/29 07:03:02 UTC

[Bug 8077] HashBL "number" options

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

Henrik Krohns <ap...@hege.li> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |apache@hege.li

--- Comment #1 from Henrik Krohns <ap...@hege.li> ---
I think if it's ok if we check that empty results don't create unnecessary
lookups (just in case someone does bad regexps).

push @matches, $match;
-->
push @matches, $match  if $match ne '';

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