SPF checker
Evaluate a domain's SPF record the way a receiving mail server does. Every mechanism, DNS lookup and macro expansion is shown, so you can see not just the verdict but where it came from.
This is a preview. The record below was evaluated instead of what sg._netblocks.mimecast.com publishes today, so it shows what would happen once you publish it.
v=spf1 exists:i.%{ir}._d.%{d}.my.spf.guru ~all ip4:147.28.41.0/24 ip4:147.28.42.0/24
softfail
The sending IP is not authorised, but the domain asks for a soft landing.
- DNS terms used
- 1 of 10
- Void lookups
- 1 of 2
- DNS queries
- 1
- Elapsed
- 39 ms
How it was evaluated
-
exists:i.%{ir}._d.%{d}.my.spf.guruno match- expands to i.1.2.0.192._d.sg._netblocks.mimecast.com.my.spf.guru
-
~allsoftfail
DNS queries
| Name | Type | Result | Source | Time |
|---|---|---|---|---|
i.1.2.0.192._d.sg._netblocks.mimecast.com.my.spf.guru |
A | NOERROR void | dns | 39.1 ms |
Answers marked shared cache came from a
recent check by someone else and cost no network round trip;
cache means the same name was needed twice within this one
evaluation. Entries expire after a minute, so if you have just changed a
record, allow that long before the change shows here.