mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-03 23:37:39 +02: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:
@@ -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')
|
||||||
|
Reference in New Issue
Block a user