On 8/14/2012 12:35 AM, JP Kelly wrote:
How can I disable the DNSWL rule/plugin or whatever. Not just give it a 
low/zero score but disable it completely.
I am tired of seeing RCVD_IN_DNSWL_BLOCKED in my headers.

If you set the score to zero, the rule will be disabled and you should no longer see it show up in the score report.

If you want to disable the DNSWL lookup completely, you should zero out the main rules and the sub-rule:

   score RCVD_IN_DNSWL_BLOCKED 0
   score RCVD_IN_DNSWL_HI 0
   score RCVD_IN_DNSWL_LOW 0
   score RCVD_IN_DNSWL_MED 0
   score RCVD_IN_DNSWL_NONE 0
   score __RCVD_IN_DNSWL 0

--
Bowie

Reply via email to