https://issues.apache.org/SpamAssassin/show_bug.cgi?id=7024
Bug ID: 7024
Summary: check_rbl_from_host/check_rbl_from_domain/check_rbl_en
vfrom did not support the subtest functionality
Product: Spamassassin
Version: SVN Trunk (Latest Devel Version)
Hardware: PC
OS: Windows 7
Status: NEW
Severity: normal
Priority: P2
Component: Libraries
Assignee: [email protected]
Reporter: [email protected]
Recently added whitelist / ignore URIs to the URIBL I'm trying to develop.
Found that the code for
check_rbl_from_host/check_rbl_from_domain/check_rbl_envfrom did not support the
subtest functionality to limit to a specific octet.
Have fixed those stub functions to pass along the subtest information so it now
works with and without subtest.
One note, I am unsure if the subtest matching appears to be exact match not a
bitwise match. So a response of 127.0.0.12 will not match .4 and .8 (for
example). Without my testing, does anyone know if do_rbl_lookup in
lib/Mail/SpamAssassin/Dns.pm with the subtest will do a bitwise match?
Will submit a short patch to fix the check_rbl_from_host/from_domain/envfrom
functions to implement the existing subtest code.
--
You are receiving this mail because:
You are the assignee for the bug.