Sean Doherty wrote: > Hi there, > >> From testing my local SpamAssassin 2.63 installation here I've > discovered that SURBL tests are still performed even if > skip_rbl_checks is set to 1 in my local.cf file. Shouldn't the > SURBL's honour this parameter, or is this by design? Is there another > parameter that will (temporarily) disable the SURBL tests - other > than assigning a score of 0 to those tests? >
Hello, For a test to be considered a net test, it needs to have a tflag set to net. For your surbl rules, they should all have: tflags SURBL_WHATEVER net This will force them to be skipped like you want. Fred