A customer of ours is trying to send an email to a domain that has an MX which points to a hostname with both an A and AAAA record. However, we are still seeing `MX consisted solely of hosts on the skip_hosts list`.
It points to a Strato SMTP server and upon checking we are able to resolve it to the IPv4 and IPv6 addresses via our Unbound resolver.
We have our skip_hosts set to `skip_hosts = [“::/0”]`.
Since resolving seems to be fine, I am a bit clueless on the mechanics of skip_hosts and if it indeed still falls back to the A record that shouldn’t be skipped (do not think it does).