Validate your SPF record, see the full mechanism breakdown, check the DNS lookup count, and get specific fix recommendations — in seconds.
Looking up SPF record for …
| Mechanism | Qualifier | Value | Notes |
|---|
Inbox Shield watches your SPF, DMARC, and DKIM records 24/7 and alerts you the moment anything changes. Free for one domain.
include:, a, mx, ptr, and exists mechanism consumes one lookup. Nested include: directives count toward the same limit. If the limit is exceeded, SPF returns a permanent error (PermError) — meaning SPF fails for every sender, including legitimate ones.-all (hard fail) tells receiving servers to reject any sender not listed in your SPF record. ~all (soft fail) tells them to mark as suspicious but still deliver. +all (pass all) tells them to accept everyone — which defeats SPF entirely. For maximum protection, use -all.include: directive to your existing SPF record before using them to send email. Make sure your DNS lookup count stays under 10 — check it with this tool after adding. If you're already near the limit, use SPF flattening (replacing include: directives with explicit ip4: ranges) to free up headroom. Check out Inbox Shield to get alerted when your SPF record changes.