Checking SPF record...
Checking SPF record...
SPF (Sender Policy Framework) is a TXT record that lists which servers are authorized to send mail for a domain. Receiving mail systems check the SPF record during delivery and may reject or quarantine mail from unlisted senders.
Cached result — last checked 57s ago.
v=spf1 ip4:31.31.198.82 ip4:31.31.196.146 ip4:87.228.84.84 ip4:81.177.222.214 ip4:77.223.122.16 ip4:178.72.159.212 a mx include:_spf.hosting.reg.ru include:_spf.amocrmmail.com include:spf.retailcrm.pro include:spf.unisender.com ~all
The record above is parsed for the policy mechanism (~all soft-fail vs -all hard-fail vs ?all neutral) and the list of allowed senders. SPF has a 10-DNS-lookup hard limit per RFC 7208 — the count above shows where this domain stands.
A missing or syntactically invalid record means receivers fall back to local heuristics — often unfavorable. Hard-fail (-all) gives the strongest guarantee but breaks legitimate forwarding; soft-fail (~all) is the common production compromise. If lookups approach the 10 limit, consolidate include: chains.