mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
dsbl.org is no longer actively maintained. Sorry language pack authors. ;)
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9037 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
5d9306c512
commit
b0c8852568
2 changed files with 1 additions and 2 deletions
|
@ -1204,7 +1204,6 @@ class session
|
||||||
}
|
}
|
||||||
|
|
||||||
$dnsbl_check = array(
|
$dnsbl_check = array(
|
||||||
'list.dsbl.org' => 'http://dsbl.org/listing?',
|
|
||||||
'sbl-xbl.spamhaus.org' => 'http://www.spamhaus.org/query/bl?ip=',
|
'sbl-xbl.spamhaus.org' => 'http://www.spamhaus.org/query/bl?ip=',
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
|
@ -370,7 +370,7 @@ $lang = array_merge($lang, array(
|
||||||
'BROWSER_VALID' => 'Validate browser',
|
'BROWSER_VALID' => 'Validate browser',
|
||||||
'BROWSER_VALID_EXPLAIN' => 'Enables browser validation for each session improving security.',
|
'BROWSER_VALID_EXPLAIN' => 'Enables browser validation for each session improving security.',
|
||||||
'CHECK_DNSBL' => 'Check IP against DNS Blackhole List',
|
'CHECK_DNSBL' => 'Check IP against DNS Blackhole List',
|
||||||
'CHECK_DNSBL_EXPLAIN' => 'If enabled the user’s IP address is checked against the following DNSBL services on registration and posting: <a href="http://spamcop.net">spamcop.net</a>, <a href="http://dsbl.org">dsbl.org</a> and <a href="http://www.spamhaus.org">www.spamhaus.org</a>. This lookup may take a while, depending on the server’s configuration. If slowdowns are experienced or too many false positives reported it is recommended to disable this check.',
|
'CHECK_DNSBL_EXPLAIN' => 'If enabled the user’s IP address is checked against the following DNSBL services on registration and posting: <a href="http://spamcop.net">spamcop.net</a> and <a href="http://www.spamhaus.org">www.spamhaus.org</a>. This lookup may take a while, depending on the server’s configuration. If slowdowns are experienced or too many false positives reported it is recommended to disable this check.',
|
||||||
'CLASS_B' => 'A.B',
|
'CLASS_B' => 'A.B',
|
||||||
'CLASS_C' => 'A.B.C',
|
'CLASS_C' => 'A.B.C',
|
||||||
'EMAIL_CHECK_MX' => 'Check e-mail domain for valid MX record',
|
'EMAIL_CHECK_MX' => 'Check e-mail domain for valid MX record',
|
||||||
|
|
Loading…
Add table
Reference in a new issue