Merge pull request #4114 from geektoor/fix-spf-check
[Web] Fix: spf record validation failed with redirect
This commit is contained in:
commit
a6e694bd98
@ -24,7 +24,7 @@ function get_spf_allowed_hosts($check_domain, $expand_ipv6 = false) {
|
|||||||
$mod = explode('=', $mech);
|
$mod = explode('=', $mech);
|
||||||
if ($mod[0] == 'redirect') // handle a redirect
|
if ($mod[0] == 'redirect') // handle a redirect
|
||||||
{
|
{
|
||||||
$hosts = get_spf_allowed_hosts($mod[1]);
|
$hosts = get_spf_allowed_hosts($mod[1],true);
|
||||||
return $hosts;
|
return $hosts;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user