9 'sbl-xbl.spamhaus.org' ,
16 #
'bsb.spamlookup.net' ,
21 $rev_ip = implode(
'.' , array_reverse( explode(
'.' , @
$_SERVER[
'REMOTE_ADDR'] ) ) ) ;
23 foreach( $rbls as $rbl ) {
24 $host = $rev_ip .
'.' . $rbl ;
25 if( gethostbyname( $host ) != $host ) {
26 $this->protector->message .=
"DENY by $rbl\n" ;
27 $uid = is_object( $xoopsUser ) ? $xoopsUser->getVar(
'uid') : 0 ;
28 $this->protector->output_log(
'RBL SPAM' ,
$uid ,
false , 128 ) ;