Matt Sergeant wrote:

MS> Personally I think the implementation of whitelisting is broken - if
MS> it's whitelisted or blacklisted we should be scanning period. But our
MS> white/blacklisting is implemented separately here, so you're unlikely to
MS> see a fix coming direct from me, I'm afraid (unless it drives me nuts
MS> enough to implement at home, but that seems unlikely since I don't deal
MS> with that much traffic).

AWL and regular white/blacklisting are different beasts.  early-terminate can
actually be used to make the current white/blacklisting work better:

do regular whitelist/blacklist checks
while(early-terminate-condition not met)
{
   step through rules
}
do AWL stuff

Then make early-terminate-condition be true when the score is really low, as
well as really high.  Presto!  whitelist/blacklist is now an absolute thing, and
not just a very polar score.  I'll do this while I'm looking over the current
early-terminate stuff.

C


_______________________________________________________________

Have big pipes? SourceForge.net is looking for download mirrors. We supply
the hardware. You get the recognition. Email Us: [EMAIL PROTECTED]
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to