do not use spamhaus XBL list - it has too much false positives due to the dynamic IPs

git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9484 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen 2009-04-25 08:52:11 +00:00
parent f9e9274bc3
commit 6816cf292f

View file

@ -1220,7 +1220,7 @@ class session
}
$dnsbl_check = array(
'sbl-xbl.spamhaus.org' => 'http://www.spamhaus.org/query/bl?ip=',
'sbl.spamhaus.org' => 'http://www.spamhaus.org/query/bl?ip=',
);
if ($mode == 'register')