RFC7208 aka SPF experts! Please clarify this for me:
RFC allows adding a subnet mask to a and mx mechanisms. The examples section lists the following:
v=spf1 mx/30 mx:example.org/30 -all
Which means with respect to the sender IP address resolve A or AAAA for target domain (implicit in mx/30) and apply the subnet mask. This would mean that the same mask is defined for both IPv4 and IPv6 depending on the MX server IP.
This sounds like trouble, for example, if I have a dual stack MX server, any mask value over 32 would break my SPF policy if the server send the email over IPv6. Are there any advantages to this? Are people using this? What am I missing here?
