[Web] Do not expand IPv6 as found by SPF lookup
parent
ef69de3a55
commit
ffbc5ec961
|
@ -81,7 +81,7 @@ function get_spf_allowed_hosts($check_domain)
|
||||||
}
|
}
|
||||||
foreach ($hosts as &$host) {
|
foreach ($hosts as &$host) {
|
||||||
if (filter_var($host, FILTER_VALIDATE_IP, FILTER_FLAG_IPV6)) {
|
if (filter_var($host, FILTER_VALIDATE_IP, FILTER_FLAG_IPV6)) {
|
||||||
$host = expand_ipv6($host);
|
$host = $host;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return $hosts;
|
return $hosts;
|
||||||
|
|
Loading…
Reference in New Issue