Overview of the New Requirements
In October 2023, both Google and Yahoo announced significant changes to their email handling policies for bulk senders. Starting in February 2024, senders who deliver more than 5,000 messages per day to Gmail or Yahoo Mail accounts must meet stricter authentication, infrastructure, and user experience standards.
- Bulk senders (5,000+ messages per day to Google accounts) must comply with strict new authentication requirements
- All three authentication protocols are mandatory: SPF, DKIM, and DMARC (at minimum p=none)
- Spam complaint rates must stay below 0.3%, with a target of under 0.1%
- One-click unsubscribe via List-Unsubscribe headers is required for all marketing emails
These requirements represent the most significant shift in email deliverability standards in years. The goal is simple: reduce spam, prevent spoofing, and give recipients more control over the messages they receive. For legitimate senders, compliance means better inbox placement and a stronger sender reputation.
Why this matters: Non-compliant senders will see their messages rejected or filtered to spam. These are not optional recommendations - they are enforced requirements with real consequences for deliverability.
Who is Affected?
The requirements apply to anyone sending email to Gmail or Yahoo Mail recipients. However, the strictest rules target bulk senders, defined as those sending 5,000 or more messages per day to Google accounts.
Even if you send fewer than 5,000 messages daily, many of these requirements still apply at a baseline level. All senders must have valid SPF or DKIM authentication and properly configured DNS records. The additional requirements for bulk senders include:
- Full SPF, DKIM, and DMARC authentication
- One-click unsubscribe support in marketing messages
- Maintaining a spam complaint rate below 0.3%
- Valid forward and reverse DNS (PTR) records for sending IPs
- Proper message formatting per RFC 5322
- No impersonation of Gmail "From:" headers
Gmail processes over 15 billion emails every day, and more than half of that volume is spam. These new sender requirements are designed to make it harder for bad actors to reach inboxes while rewarding legitimate senders who follow best practices with better deliverability.
Authentication Requirements
Authentication is the cornerstone of the new requirements. Google and Yahoo now require that all bulk senders implement all three major email authentication protocols.
SPF (Sender Policy Framework)
Your domain must have a valid SPF record that authorizes every IP address and service that sends email on your behalf. The SPF record is a DNS TXT record that tells receiving servers which sources are permitted to send mail for your domain.
v=spf1 include:_spf.google.com include:sendgrid.net -all
Use our SPF Record Checker to validate your current SPF configuration and identify any missing senders.
DKIM (DomainKeys Identified Mail)
DKIM adds a cryptographic signature to every outgoing email, allowing the recipient's server to verify that the message was not altered in transit and that it genuinely originated from your domain. You need a DKIM key of at least 1024 bits (2048-bit is recommended).
Each email service you use (Google Workspace, SendGrid, Mailchimp, etc.) will have its own DKIM setup process. Make sure DKIM signing is enabled and the public key is published in your DNS. Verify your setup with our DKIM Record Checker.
DMARC (Domain-based Message Authentication, Reporting, and Conformance)
DMARC ties SPF and DKIM together and tells receiving servers what to do with messages that fail authentication. At minimum, you need a DMARC record with a policy of p=none.
v=DMARC1; p=none; rua=mailto:dmarc-reports@yourdomain.com
Important: While p=none satisfies the minimum requirement, Google recommends moving toward p=quarantine or p=reject for stronger protection. Start with p=none to monitor, then gradually increase enforcement.
Start your DMARC implementation at p=none with a rua= reporting address. This lets you monitor which services send email on your behalf without risking delivery failures. Analyze the reports for 2 to 4 weeks before moving to p=quarantine, and only upgrade to p=reject once you are confident all legitimate senders are properly authenticated.
Check your current DMARC configuration with our DMARC Record Checker, or generate a new record with the DMARC Record Generator.
One-Click Unsubscribe Requirement
All marketing and promotional emails must support one-click unsubscribe using the List-Unsubscribe and List-Unsubscribe-Post email headers. This allows mailbox providers to display an unsubscribe button directly in their email interface.
The required headers look like this:
List-Unsubscribe: <https://example.com/unsubscribe?id=12345>
List-Unsubscribe-Post: List-Unsubscribe=One-Click
Key points about the unsubscribe requirement:
- Applies to marketing and promotional messages (not transactional emails)
- Unsubscribe requests must be honored within 2 days
- The unsubscribe link must remain valid for the lifetime of the message
- Most email service providers (ESPs) handle this automatically, but verify that the headers are present
Spam Rate Thresholds
Google explicitly states that bulk senders must keep their spam complaint rate below 0.3% as reported in Google Postmaster Tools. The ideal target is below 0.1%.
| Spam Rate | Status | Impact |
|---|---|---|
< 0.1% |
Excellent | Optimal deliverability, strong sender reputation |
0.1% - 0.3% |
Warning | Compliant but at risk, take corrective action |
> 0.3% |
Non-Compliant | Messages may be rejected or filtered to spam |
To monitor your spam rate, enroll in Google Postmaster Tools. This free tool provides visibility into your spam complaint rate, authentication results, and delivery errors.
Google Postmaster Tools is the single most important monitoring tool for Gmail deliverability. Set it up immediately and check it weekly. It shows your domain reputation, spam rate, authentication pass rates, and delivery errors, all broken down by day. If you send more than a few thousand emails per day, this data is invaluable for catching issues before they become critical.
Timeline and Enforcement
The enforcement timeline for these requirements follows a phased approach:
- February 2024: Initial enforcement begins. Non-compliant senders receive temporary errors (4xx) for a small percentage of traffic as a warning.
- April 2024: Rejection of non-compliant traffic begins, starting with a percentage that increases over time.
- June 2024: One-click unsubscribe requirement becomes mandatory for all bulk marketing senders.
Yahoo follows a similar timeline but has been less specific about exact enforcement dates. Both providers have stated that enforcement will ramp up gradually, giving senders time to comply.
How to Check Your Compliance
Use the following tools to audit your current email infrastructure against these requirements:
- Check SPF: Use our SPF Record Checker to verify your SPF record is valid and includes all authorized senders.
- Check DKIM: Use our DKIM Record Checker to confirm your DKIM key is published and properly formatted.
- Check DMARC: Use our DMARC Record Checker to verify your DMARC policy is in place.
- Full Audit: Run a complete Domain Reputation Check to get your overall Sender Reputation Score and identify any gaps.
- Monitor Spam Rate: Sign up for Google Postmaster Tools and verify your sending domain.
Action Items Checklist
Use this checklist to make sure your email infrastructure is fully compliant:
Compliance Checklist:
- Publish a valid SPF record that includes all authorized sending services
- Enable DKIM signing with a key of at least 1024 bits for all sending sources
- Publish a DMARC record with at least
p=noneand a reporting address - Ensure forward and reverse DNS (PTR) records match for sending IPs
- Add
List-UnsubscribeandList-Unsubscribe-Postheaders to marketing emails - Honor unsubscribe requests within 2 days
- Keep spam complaint rate below 0.3% (target below 0.1%)
- Enroll in Google Postmaster Tools to monitor your metrics
- Format messages according to RFC 5322
- Do not impersonate Gmail in your From: headers
- Use a TLS connection for transmitting email
Google and Yahoo now require bulk senders (5,000+ daily messages) to implement SPF, DKIM, and DMARC authentication, support one-click unsubscribe in marketing emails, and maintain spam complaint rates below 0.3%. Non-compliant senders face message rejection or spam filtering. Use Google Postmaster Tools and our free checker tools to audit your compliance and protect your sender reputation.
These requirements are not just about compliance - they represent best practices that every email sender should follow. By meeting these standards, you build a stronger sender reputation, achieve better inbox placement, and protect your domain from spoofing and abuse.
← Back to Blog