4 / 10
Lookups
2
Issues
260
IPv4 addresses
0
IPv6 addresses
There are 2 issues with this SPF record
- The 'ptr' mechanism shouldn't be used because it's slow, resource intensive, and not very reliable.
- No SPF record found for vodafone.
v=spf1 ip4:192.168.110.0/24 mx ptr mx:antlogs.com include:vodafone ~all
Copied
Terms
ip4:
192.168.110.0 / 24
pass
if the sender's IP is between
192.168.110.0 and 192.168.110.255 (inclusive).
192.168.110.0 and 192.168.110.255 (inclusive).
or else
mx
pass
if the sender's IP address is in the A or AAAA record of this domain.
2 IPv4 addresses
or else
ptr:
.
PTR checks should no longer be used. See
RFC 7208, section 5.5
.
or else
mx:
antlogs.com
pass
if the sender's IP address is in the A or AAAA record of this domain.
2 IPv4 addresses
or else
include:
vodafone
Evaluate this SPF record and
pass
if it
passes.
This include does nothing if the included record returns fail, soft fail, or neutral.
or else
~all
soft fail
the email's SPF check.
Included records
v=spf1 ip4:192.168.110.0/24 mx ptr mx:antlogs.com include:vodafone ~all
The 'ptr' mechanism shouldn't be used because it's slow, resource intensive, and not very reliable
No SPF record