When navigating the complexities of digital security, SPF—which stands for Sender Policy Framework—often gets overlooked in favor of more flashy topics like encryption or artificial intelligence. However, for businesses and IT professionals, SPF 70 is not a standard configuration, but rather a point of confusion often stemming from a misunderstanding of how email authentication records are constructed. To understand what SPF 70 might imply, we must first dive into the mechanics of SPF records and why the numerical limits associated with them are critical to your organization’s domain reputation.
Decoding the SPF Mechanism in Digital Security
At its core, SPF is a simple DNS-based security mechanism that allows a domain owner to specify which mail servers are authorized to send email on behalf of that domain. By publishing an SPF record in your domain’s DNS settings, you provide a whitelist for receiving mail servers to check against. When an email arrives, the receiving server looks at the return-path address, queries the DNS for the SPF record associated with that domain, and determines if the sending IP address is permitted.

The Role of DNS Queries and Limits
The “70” in the context of SPF is almost universally a misunderstanding of the “10-DNS lookup limit.” The SPF specification (RFC 7208) dictates that an SPF record cannot exceed 10 DNS lookups. If a record requires more than 10 lookups to resolve all the included mechanisms (such as include:, a, mx, exists, or ptr), the SPF check will return a “PermError.” This error effectively invalidates the authentication, causing the receiving server to treat the email as unauthenticated, which severely damages your deliverability.
Why do people think “70”? Often, users conflate the 10-lookup limit with the character limit of a single DNS TXT record, which is 255 characters, or they encounter a misunderstanding regarding the number of IP addresses allowed. However, the most common technical hurdle is the nesting of include statements. If you have five different SaaS platforms sending email for you, and each one of those has its own “include” chain, you hit that lookup limit incredibly fast.
Why SPF Records Fail and the Risk of Misconfiguration
If you are currently researching “SPF 70” because you are seeing an error code, it is highly likely that your DNS record has exceeded the allowed complexity. When an SPF record breaks, it doesn’t just mean your emails might land in the spam folder; it means they are effectively stripped of their identity, making your domain an easy target for spoofing.
The Danger of Exceeding Limits
When a receiving server encounters an SPF record that violates the RFC limit—often manifesting as a “too many DNS lookups” error—the record is marked as PermError. Many spam filters treat a PermError exactly the same as a total lack of SPF records. If you are a business sending invoices, marketing newsletters, or automated alerts, this results in immediate delivery failures. The “70” figure might also be an erroneous reference to the number of IP addresses included in a flat, hardcoded SPF record. Some older systems attempted to list IPs individually, but because DNS packets have a size limit, cramming dozens of IPs into one record is a recipe for truncated packets and failed lookups.
The Impact on Deliverability
Modern email authentication relies on a “trifecta”: SPF, DKIM (DomainKeys Identified Mail), and DMARC (Domain-based Message Authentication, Reporting, and Conformance). If your SPF record is failing because of lookup depth or length, your DMARC report will show a high failure rate. This triggers automated systems at major ISPs (like Gmail, Outlook, and Yahoo) to flag your domain as potentially malicious, leading to blacklisting.
Strategies for Optimizing and Managing SPF

Since you cannot simply increase the SPF lookup limit to 70 or any other arbitrary number, you must manage your record’s complexity through strategic optimization. The objective is to keep your record lean, compliant, and performant.
Flattening the SPF Record
“Flattening” is the industry-standard solution for complex SPF records. Because you cannot change the protocol limit, you change the way your record is resolved. Flattening involves taking all the recursive “include” statements and resolving them into a single list of IP addresses.
For example, if you include a marketing platform like Mailchimp, they might use multiple lookups to resolve their specific range of IPs. By using a flattening service, your DNS record is updated automatically to contain only the static IP addresses currently used by those services. This reduces your DNS lookup count from potentially dozens down to one.
Using Subdomains for Sender Isolation
Another advanced technique in digital security is the use of dedicated subdomains for different types of mail. Instead of one monolithic SPF record for your primary domain (e.g., example.com), you can use marketing.example.com for your newsletters and alerts.example.com for your transactional emails. This spreads the lookup load and ensures that a configuration error in one department does not bring down the email delivery capabilities of the entire company.
The Future of Email Authentication: Moving Beyond SPF
While SPF remains a cornerstone of the email ecosystem, the industry is shifting toward more robust, policy-based systems. SPF has a fundamental limitation: it only checks the “envelope” sender, not the “header” sender (the address the user actually sees in their inbox). This is why SPF alone is not enough to stop sophisticated phishing attacks.
The DMARC Imperative
DMARC solves the visibility gap left by SPF. By implementing DMARC with a policy of p=reject, you tell receiving servers exactly what to do if the SPF check fails. Even if your SPF record is complex and prone to errors, a well-configured DMARC record provides a safety net. It allows you to monitor exactly which servers are sending mail on your behalf via aggregated reports.
Embracing Managed Security Services
For large organizations, managing SPF records manually is no longer sustainable. As the ecosystem of third-party SaaS tools grows—from CRM software to HR platforms and help-desk ticketing systems—the number of authorized senders inevitably grows. This is why many IT departments are moving toward automated email authentication platforms. These tools provide real-time monitoring of your DNS records, alert you if you are approaching the lookup limit, and handle the flattening process automatically.

Best Practices for Domain Security
If you are auditing your infrastructure, do not look for ways to force a higher limit on your SPF record. Instead, focus on these four pillars of sustainable domain hygiene:
- Audit Your Authorized Senders: Once every quarter, review the list of services authorized in your SPF record. Remove any service you no longer use. Legacy services are a major source of unnecessary DNS lookups.
- Prioritize DKIM: While SPF is valuable, DKIM is more resilient because it relies on cryptographic signatures. If you are struggling with SPF lookups, ensure your DKIM keys are configured correctly, as this provides an alternative layer of authentication that does not rely on DNS lookup chains.
- Keep Your SPF Record Flat: If your organization uses more than two third-party email services, do not rely on standard
includestatements. Transition to a flattened structure to ensure your DNS remains fast and compliant with RFC standards. - Monitor DMARC Reports: Do not treat SPF as a “set and forget” configuration. DMARC reports will show you exactly how many emails are failing authentication and which IP addresses are causing the failures. If you see a spike in “Fail” results, investigate the DNS records immediately.
In the realm of digital security, clarity is the best defense. Understanding that SPF is a protocol defined by strict limitations—not a flexible field—is the first step toward robust email delivery. By moving away from complex, nested configurations and embracing flattening and monitoring, you can secure your domain against spoofing while ensuring that your legitimate communications always reach their intended destination.
aViewFromTheCave is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to Amazon.com. Amazon, the Amazon logo, AmazonSupply, and the AmazonSupply logo are trademarks of Amazon.com, Inc. or its affiliates. As an Amazon Associate we earn affiliate commissions from qualifying purchases.