SPF finding
SPF neutral all
The SPF record ends in ?all, which asserts nothing about unlisted servers.
Finding code
spf_neutral_all
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.
Replace "?all" with "-all" once every legitimate sender is listed. Neutral says nothing about unlisted servers.
Related SPF findings
Other things we check.
| Finding | What it means |
|---|---|
spf_missing
|
No SPF record |
spf_multiple_records
|
Multiple SPF records |
spf_syntax_error
|
SPF syntax error |
spf_no_all_mechanism
|
No all mechanism in SPF |
spf_passes_everyone
|
SPF passes every server |
spf_soft_fail
|
SPF soft fail |
spf_too_many_lookups
|
Too many SPF lookups |
spf_deprecated_ptr
|
Deprecated ptr in SPF |