1 / 10
Lookups
1
Issue
273
IPv4 addresses
0
IPv6 addresses
The modifiers ('exp=exp-2._spf.%{d2}') should be after all the mechanisms.
v=spf1 ip4:100.8.228.75/32 include:_spf.mail-server.ispnet.net exp=exp-2._spf.%{d2} -all
Copied
Terms
ip4:
100.8.228.75 / 32
pass
if the sender's IP is between
100.8.228.75 and 100.8.228.75 (inclusive).
100.8.228.75 and 100.8.228.75 (inclusive).
Verizon Business
AS701
or else
include:
_spf.mail-server.ispnet.net
Evaluate this SPF record and
pass
if it
passes.
This include does nothing if the included record returns fail, soft fail, or neutral.
exp=
exp-2._spf.%{d2}
Check this TXT record for the reason this SPF check failed.
-all
fail
the email's SPF check.
Included records
v=spf1 ip4:100.8.228.75 include:_spf.mail-server.ispnet.net exp=exp-2._spf.%{d2} -all
The modifiers ('exp=exp-2._spf.%{d2}') should be after all the mechanisms
2 x ip4 ~all