https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6724
--- Comment #10 from Darxus <[email protected]> 2011-12-13 17:48:46 UTC --- score URIBL_BLACK_BLOCKED 0.001 score URIBL_GREY_BLOCKED 0.001 score URIBL_RED_BLOCK 0.001 Wouldn't URIBL_BLACK / URIBL_GREY / URIBL_RED also hit, whenever those hit, due to them being urirhssub rules with "a single decimal or hex" value, so it's checking for a bit mask, not equality? So we'd need scores that negate the scores of the URIBL rules? score URIBL_BLACK_BLOCKED 0 -1.775 0 -1.725 score URIBL_GREY_BLOCKED 0 -1.084 0 -0.424 score URIBL_RED_BLOCKED -0.001 -- Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
