mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-27 04:18:55 +00:00
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:
parent
f9e9274bc3
commit
6816cf292f
1 changed files with 1 additions and 1 deletions
|
@ -1220,7 +1220,7 @@ class session
|
||||||
}
|
}
|
||||||
|
|
||||||
$dnsbl_check = array(
|
$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')
|
if ($mode == 'register')
|
||||||
|
|
Loading…
Add table
Reference in a new issue