Introduction
In February 2024, Google and Yahoo simultaneously enforced new bulk-sender requirements that made DMARC mandatory for any sender over 5,000 messages per day. This article covers what the rules require for businesses and the practical compliance steps.
Why this topic matters
These weren't suggestions — they're enforced. Non-compliant senders see rate-limiting, spam-folder placement, and outright rejection. For B2C and B2B at any meaningful scale, compliance is no longer optional.
What the rules actually require
For bulk senders (>5,000 msg/day):
- SPF and DKIM authenticated and aligned.
- DMARC policy published (minimum
p=none). - One-click List-Unsubscribe header (RFC 8058) on marketing mail.
- Spam complaint rate below 0.3% (averaged).
- PTR records on sending IPs.
For all senders, general authentication best practices apply but aren't actively enforced.
What counts as bulk
The 5,000/day threshold is per-provider. Volume to Google Gmail accounts is what counts for Google; volume to Yahoo for Yahoo. A typical mid-sized business hits the threshold through:
- Transactional emails
- Marketing newsletters
- Sales-driven outreach
- Help-desk notifications
- Billing systems
Combined, most mid-market companies exceed the threshold without realising it.
Step-by-step compliance approach
- Audit your authentication state. SPF, DKIM, DMARC published or not.
- Inventory bulk volume per provider. Identify whether you cross the threshold.
- Fix SPF and DKIM for every legitimate sender.
- Publish DMARC at minimum
p=nonewith reporting. - Add List-Unsubscribe to marketing platforms.
- Monitor spam complaint rates.
Why every business domain needs DMARC in 2026 frames the broader case.
Best practices
- Don't rely on
p=nonelong-term. Compliance with the letter, not the spirit. Move towardp=reject. - Configure List-Unsubscribe properly. Most ESPs do automatically; verify.
- Track complaint rates. 0.3% is the ceiling.
- Pair with Microsoft Outlook requirements. Similar rules, similar timeline.
- Don't wait for incidents. Compliance breakage shows up as deliverability degradation; recovery is slower than prevention.
Recommended next step
Check your current deliverability metrics. Drops in Gmail/Yahoo placement that started in 2024 are usually compliance issues. Audit, then remediate.
FAQ
What happens if I'm non-compliant?
Rate-limiting, spam folder, eventual rejection. Recovery requires fixing the issue plus reputation rebuild.
Does B2B exempt me?
No. If your customers use Gmail or Yahoo (consumer or Workspace), the rules apply.
What about transactional-only senders?
Below 5,000/day to a specific provider, you're not actively enforced. Best practice is still DMARC.
How long does compliance take?
8-12 weeks if starting from no authentication. Faster with existing SPF/DKIM.
Will the threshold drop?
Likely. Both providers have signaled they'll tighten over time.
Final thoughts
Google and Yahoo's 2024 rules formalized what was already trending — DMARC moving from optional to default. The bulk-sender threshold sounds high but most mid-market companies cross it without realising.
Compliance is the floor; full DMARC enforcement is the goal.