Darin Cox wrote: Hi Darin -
> We just started something I've been thinking about for a while: > Negative weight tests to offset specific test failures for well- known > domains. For example, a large number of false positives we see are > from Earthlink, Mindspring, Sprint, Verizon, etc. Well here is one way - If you have tests you like but do not want them to punish certain entities you can do something like this in a filter file: # prequalifying tests that have to fail TESTSFAILED END NOTCONTAINS <testname> TESTSFAILED END NOTCONTAINS <filtername> etc - # who not to punish MAILFROM END CONTAINS Earthlink etc - # if it gets to here wack the email REMOTEIP 0 CONTAINS . ################################ Or go the other route and credit back [negative values] as need be- -Nick --- This E-mail came from the Declude.JunkMail mailing list. To unsubscribe, just send an E-mail to [EMAIL PROTECTED], and type "unsubscribe Declude.JunkMail". The archives can be found at http://www.mail-archive.com.
