SPF Record Checker
Validate any domain's SPF record. Parses every mechanism, counts your DNS lookups, flags the breakage patterns we see every day.
What this tool actually does
It queries your domain for TXT records, identifies the one that starts with v=spf1, breaks it apart into mechanisms, counts the DNS lookups each mechanism would cost, and reports the final all qualifier. If you have multiple SPF records (which is a violation), we flag that too.
The two things to watch
DNS lookup count over 10 means your record returns permerror, treated as no SPF by most receivers. Wrong all qualifier (especially +all) means your record either does nothing or actively authorizes spoofing. Both are silent failures, your mail looks like it should authenticate but doesn't.
What's not in this tool (yet)
Recursive include walking. We count top-level mechanisms. To see how many lookups a fully-recursive evaluation would cost, sign up for continuous monitoring, we re-check your SPF hourly and flag the drift.