https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7992
--- Comment #11 from Henrik Krohns <apa...@hege.li> --- Added check_hashbl_tag function # Capture tag using SA 4.0 regex named capture feature header __X_SOME_ID X-Some-ID =~ /^(?<XSOMEID>\d{10,20})$/ # Query the tag value as is from a DNSBL header HASHBL_TAG eval:check_hashbl_tag('idbl.example.invalid/A', 'raw', 'XSOMEID', '^127\.') Committed revision 1900917. -- You are receiving this mail because: You are the assignee for the bug.