3 / 10
Lookups
2
Issues
0
IPv4 addresses
0
IPv6 addresses
There are 2 issues with this SPF record
- The 'redirect' modifier will be ignored since there's a 'all' mechanism.
- The modifiers ('redirect=%{h}') should be after all the mechanisms.
v=spf1 a:%{i}.secured.%{h} include:%{i}._ip.%{h}._ehlo.%{d}._spf.vali.email redirect=%{h} ~all
Copied
Terms
or else
Evaluate this SPF record and
pass
if it
passes.
This include does nothing if the included record returns fail, soft fail, or neutral.
redirect=
%{h}
If nothing else matches, redirect to this SPF record.
~all
soft fail
the email's SPF check.
Included records
v=spf1 a:%{i}.secured.%{h} include:%{i}._ip.%{h}._ehlo.%{d}._spf.vali.email redirect=%{h} ~all
The 'redirect' modifier will be ignored since there's a 'all' mechanism
The modifiers ('redirect=%{h}') should be after all the mechanisms