Hi all,
Found a strange behaviour recently with domain tripkygo.com, which basically has this kind of SPF :
"v=spf1 a:1st_ipv4_host.com a:2nd_ipv4_host.com a:3rd_ipv4_host.com ip4:192.162.70.5 ip6:2a00:7ee0:9:1:10:4125:1:1 ~all"
Is this the expected behaviour ? it's kind of strange having void lookups for ipv6 and not for ipv4.
Or should we also resolve SPF hosts A records even if the sender is using ipv6 ?
Hi all, Found a strange behaviour recently with domain tripkygo.com, which basically has this kind of SPF :
"v=spf1 a:1st_ipv4_host.com a:2nd_ipv4_host.com a:3rd_ipv4_host.com ip4:192.162.70.5 ip6:2a00:7ee0:9:1:10:4125:1:1 ~all"
If I test with an ipv4 sender IP, it works fine:
But with an IPv6 sending address, I have a void lookup error (which is normal beacause of the 3 host lookups that are answering IPv4 addresses only.)
Is this the expected behaviour ? it's kind of strange having void lookups for ipv6 and not for ipv4. Or should we also resolve SPF hosts A records even if the sender is using ipv6 ?