[ticket/17292] Add needed www prefix for spamcop

PHPBB3-17292
This commit is contained in:
Marc Alexander 2024-02-23 20:01:41 +01:00
parent 00b8cb1e52
commit 4afa184110
No known key found for this signature in database
GPG key ID: 50E0D2423696F995

View file

@ -1479,7 +1479,7 @@ class session
if ($mode == 'register')
{
$dnsbl_check['bl.spamcop.net'] = ['https://spamcop.net/bl.shtml?', 'check_dnsbl_ipv4_generic'];
$dnsbl_check['bl.spamcop.net'] = ['https://www.spamcop.net/bl.shtml?', 'check_dnsbl_ipv4_generic'];
}
if ($ip)