https://issues.apache.org/SpamAssassin/show_bug.cgi?id=5905
--- Comment #13 from Matt Kettler <[EMAIL PROTECTED]> 2008-05-12 05:09:44 PST --- If it's purely about local blacklists, then a local adjustment would be the prefered way, IMHO. However, this runs into the question of do we add a unskip, or just have you add a uri rule (which isn't subject to the skip) and be done with it? The main reason to use a DNS system over uri rules is volume of entries. If you've got lots of entries, URI rules become inefficient due to memory footprint. However, there's very few domains in the skip list. So few that if you wanted to blacklist all of them you could do it efficiently with uri rules. In light of all that, unless there's hoards of domains, or some other reason this won't work for you, I'd suggest doing this: uri L_URI_CCONTACT /constantcontact\.com\//i describe L_URI_CCONTAACT has a constant contact URI score L_URI_CCONTACT 1.0 This has the following advantages: 1) it's easy 2) no mods to SA are required. 3) a local feature doesn't require a global change 4) you can score this one independently, should you so desire. 5) it's efficient, provided you don't have to add more than 50 or so of these. In general, this is starting to look a lot like bug 5864. -- Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
