cronin.unlessive.org SPF record

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

pass if the sender's IP address is in the A or AAAA record of this domain.
or else
Evaluate this SPF record and pass if it
passes.
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