Let's say that I want to enable only SURBL lookups in my SA 3.0 config. For now, I have to load the plugin and specifiy dns_available yes in my SA config. Since I don't want to do any RBL or other checks which may get activated as a side effect of specifying 'dns_available yes'. I also specify the following
use_razor2 0 use_dcc 0 use_pyzor 0 skip_rbl_checks 1 score NO_DNS_FOR_FROM 0 score ROUND_THE_WORLD 0
Is there any other rules/settings I need to configure to prevent them from firing due to 'dns_available yes'
Regards, Yusuf
On Tuesday, September 7, 2004, 10:55:55 PM, Yusuf Goolamabbas wrote:
Let's say that I want to enable only SURBL lookups in my SA 3.0 config. For now, I have to load the plugin and specifiy dns_available yes in my SA config. Since I don't want to do any RBL or other checks which may get activated as a side effect of specifying 'dns_available yes'. I also specify the following
use_razor2 0 use_dcc 0 use_pyzor 0 skip_rbl_checks 1 score NO_DNS_FOR_FROM 0 score ROUND_THE_WORLD 0
Is there any other rules/settings I need to configure to prevent them from firing due to 'dns_available yes'
Regards, Yusuf
IIRC from the SA users list, if you set the scores of all the RBL rules to 0 they are not checked. Presumably that's true for rules in general; score of 0 means bypass check.
Jeff C.