I am trying to get lookups against cbl (http://cbl.abuseat.org/) and it does not seem to be working. Below is what I am adding to the local cf but it is not firing off. Also, I tried both check_rbl() and check_rbl_txt(). What am I doing wrong here.
Thanks,
Tom
FYI: CBL is catching a lot of these spam bot spams...


header RCVD_IN_CBL eval:check_rbl_txt('cbl', 'cbl.abuseat.org.')
describe RCVD_IN_CBL Received from an IP in cbl.abuseat.org
tflags RCVD_IN_CBL net
score RCVD_IN_CBL 0.1

header RCVD_IN_CBL_IP       eval:check_rbl_sub('cbl', '127.0.0.2')
describe RCVD_IN_CBL_IP    CBL: sender is a bot
tflags RCVD_IN_CBL_IP     net
reuse RCVD_IN_CBL_IP
score RCVD_IN_CBL_IP  0.1


Reply via email to