Hello,
 
 I am trying to enable only 2 RBLs  (SBL and DNSBL) however they dont seem to want to get enabled.  I added the following debug code to PerMsgStatus.pm to see whats going on but get the following results
 
code
------------------------------------------------------------------
in function .... sub run_rbl_eval_tests {
  ...........
  while (my ($rulename, $test) = each %{$evalhash}) {
    my $score = $self->{conf}->{scores}->{$rulename};
    dbg("Score $score for rule $rulename");   <-------------- Added this
    next unless $score;
---------------------------------------------------------------------
   
i have all RBL's set to 0 in the conf except for
 
score RCVD_IN_SBL 10.0 10.0 10.0 10.0
score RCVD_IN_DSBL 10.0 10.0 10.0 10.0
 
everything else is 0 0 0 0
 
however my debug output shows the following, any ideas whats going on here.  My SBL and and DSBL are showing up as 0 instead of 10.  Also there are 58 Total RBL's in 20_dnsbl.conf , however this output only shows 36 entries.  Am i missing something?
 
@400000003fc3fefc12a8d524 debug: Score 0 for rule RCVD_IN_OPM_HTTP
@400000003fc3fefc12aab984 debug: Score 0 for rule RCVD_IN_OPM_WINGATE
@400000003fc3fefc12ac828c debug: Score 0 for rule RCVD_IN_NJABL_DIALUP
@400000003fc3fefc12ae5364 debug: Score 0 for rule RCVD_IN_OPM_HTTP_POST
@400000003fc3fefc12b01884 debug: Score 0 for rule RCVD_IN_OPM_SOCKS
@400000003fc3fefc12b1ed44 debug: Score 0 for rule RCVD_IN_BSP_TRUSTED
@400000003fc3fefc12b3b264 debug: Score 0 for rule RCVD_IN_NJABL
@400000003fc3fefc12b56fb4 debug: Score 0 for rule RCVD_IN_MAPS_DUL
@400000003fc3fefc12b734d4 debug: Score 0 for rule RCVD_IN_SORBS_SMTP
@400000003fc3fefc12b8e284 debug: Score 0 for rule RCVD_IN_SORBS
@400000003fc3fefc12baa7a4 debug: Score 0 for rule RCVD_IN_NJABL_MULTI
@400000003fc3fefc12bc64f4 debug: Score 0 for rule RCVD_IN_SORBS_SOCKS
@400000003fc3fefc12be262c debug: Score 0 for rule RCVD_IN_BSP_OTHER
@400000003fc3fefc12bfdbac debug: Score 0 for rule RCVD_IN_MAPS_RSS
@400000003fc3fefc12c19ce4 debug: Score 0 for rule HABEAS_VIOLATOR
@400000003fc3fefc12c35e1c debug: Score 0 for rule RCVD_IN_SBL  <--------------- SHOULD BE 10
@400000003fc3fefc12c51784 debug: Score 0 for rule DNS_FROM_RFCI_DSN
@400000003fc3fefc12c6d0ec debug: Score 0 for rule RCVD_IN_MAPS_NML
@400000003fc3fefc12c88a54 debug: Score 0 for rule RCVD_IN_RFCI
@400000003fc3fefc12ca43bc debug: Score 0 for rule RCVD_IN_OPM_ROUTER
@400000003fc3fefc12cc08dc debug: Score 0 for rule RCVD_IN_SORBS_ZOMBIE
@400000003fc3fefc12cdca14 debug: Score 0 for rule RCVD_IN_SORBS_HTTP
@400000003fc3fefc12cf8764 debug: Score 0 for rule RCVD_IN_SORBS_SPAM
@400000003fc3fefc12d144b4 debug: Score 0 for rule RCVD_IN_OPM
@400000003fc3fefc12d2f64c debug: Score 0 for rule RCVD_IN_NJABL_PROXY
@400000003fc3fefc12d4b784 debug: Score 0 for rule RCVD_IN_SORBS_MISC
@400000003fc3fefc12d67ca4 debug: Score 0 for rule RCVD_IN_NJABL_RELAY
@400000003fc3fefc12d8360c debug: Score 0 for rule RCVD_IN_SORBS_WEB
@400000003fc3fefc12d9ef74 debug: Score 0 for rule RCVD_IN_NJABL_CGI
@400000003fc3fefc12dba8dc debug: Score 0 for rule RCVD_IN_NJABL_SPAM
@400000003fc3fefc12dd6a14 debug: Score 0 for rule RCVD_IN_MAPS_RBL
@400000003fc3fefc12df1f94 debug: Score 0 for rule RCVD_IN_SORBS_BLOCK
@400000003fc3fefc12e0dce4 debug: Score 0 for rule RCVD_IN_DSBL <-------------- SHOULD BE 10
@400000003fc3fefc12e2adbc debug: Score 0 for rule RCVD_IN_BL_SPAMCOP_NET
@400000003fc3fefc12e46b0c debug: Score 0 for rule RCVD_IN_DYNABLOCK

thanks
adam
 

Reply via email to