Hi, we are running SA 3 and using surbl. We wanted to change the score on the default rules so we put
# Alter scores for things found in blacklists score URIBL_AB_SURBL 5.0 score URIBL_OB_SURBL 5.0 score URIBL_PH_SURBL 5.0 score URIBL_SBL 5.0 score URIBL_SC_SURBL 5.0 score URIBL_WS_SURBL 5.0 in the local.cf. This works and entries in the log show that spams are getting these scores, but if we do /usr/bin/spamassassin --lint -C local.cf I get warning: score set for non-existent rule URIBL_SC_SURBL warning: score set for non-existent rule URIBL_WS_SURBL warning: score set for non-existent rule URIBL_AB_SURBL warning: score set for non-existent rule URIBL_SBL warning: score set for non-existent rule URIBL_OB_SURBL warning: score set for non-existent rule URIBL_PH_SURBL lint: 6 issues detected. please rerun with debug enabled for more information. anybody tell me what I'm doing wrong? Ron