4 / 10
Lookups
1
Issue
98,822
IPv4 addresses
1.49 ⋅ 10
28
IPv6 addresses
The 'ptr' mechanism shouldn't be used because it's slow, resource intensive, and not very reliable.
v=spf1 a ptr mx:cue.puntonet.ec ip4:200.105.244.130 ip4:190.12.32.0/24 ip4:190.12.5.0/24 include:_spf.google.com ~all
Copied
Terms
a
pass
if the sender's IP address is in the A or AAAA record of this domain.
1 IPv4 address
or else
PTR checks should no longer be used. See
RFC 7208, section 5.5
.
or else
mx:
cue.puntonet.ec
pass
if the sender's IP address is in the A or AAAA record of this domain.
4 IPv4 addresses
or else
ip4:
200.105.244.130 / 32
pass
if the sender's IP is between
200.105.244.130 and 200.105.244.130 (inclusive).
200.105.244.130 and 200.105.244.130 (inclusive).
PUNTONET
AS22724
or else
ip4:
190.12.32.0 / 24
pass
if the sender's IP is between
190.12.32.0 and 190.12.32.255 (inclusive).
190.12.32.0 and 190.12.32.255 (inclusive).
PUNTONET
AS22724
or else
ip4:
190.12.5.0 / 24
pass
if the sender's IP is between
190.12.5.0 and 190.12.5.255 (inclusive).
190.12.5.0 and 190.12.5.255 (inclusive).
PUNTONET
AS22724
or else
include:
_spf.google.com
Evaluate this SPF record and
pass
if it
passes.
This include does nothing if the included record returns fail, soft fail, or neutral.
Gmail
Inbox software
or else
~all
soft fail
the email's SPF check.
Included records
v=spf1 a ptr mx:cue.puntonet.ec ip4:200.105.244.130 ip4:190.12.32.0/24 ip4:190.12.5.0/24 include:_spf.google.com ~all
The 'ptr' mechanism shouldn't be used because it's slow, resource intensive, and not very reliable
2 x ip4 6 x ip6 ~all