https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7256
Bug ID: 7256
Summary: URI Host rule duplicates
Product: Spamassassin
Version: unspecified
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P2
Component: Rules
Assignee: [email protected]
Reporter: [email protected]
There look to be some rule duplicates:
body URI_HOST_IN_BLACKLIST eval:check_uri_host_in_blacklist()
header HEADER_HOST_IN_BLACKLIST eval:check_uri_host_listed('BLACK')
body URI_HOST_IN_WHITELIST eval:check_uri_host_in_whitelist()
header HEADER_HOST_IN_WHITELIST eval:check_uri_host_listed('WHITE')
check_uri_host_in_blacklist() is equivalent to check_uri_host_listed('BLACK')
and the whitelist versions are analogous.
--
You are receiving this mail because:
You are the assignee for the bug.