SPF finding
Multiple SPF records
The domain publishes more than one SPF record, which is a permanent error: receivers evaluate none of them.
Finding code
spf_multiple_records
This finding appears in the findings array of
the spam checker and
the POST /v1/sender API response when the
condition above is detected.
How to fix it
The fix.
Merge all SPF mechanisms into a single TXT record. Only one record starting with "v=spf1" is allowed per domain.
Related SPF findings
Other things we check.
| Finding | What it means |
|---|---|
spf_missing
|
No SPF record |
spf_syntax_error
|
SPF syntax error |
spf_no_all_mechanism
|
No all mechanism in SPF |
spf_passes_everyone
|
SPF passes every server |
spf_neutral_all
|
SPF neutral all |
spf_soft_fail
|
SPF soft fail |
spf_too_many_lookups
|
Too many SPF lookups |
spf_deprecated_ptr
|
Deprecated ptr in SPF |