Decay University · Part 3: Reputation: the score you can't see

Lesson 25 of 64

The 2024 bulk sender rules from Gmail, Yahoo and Microsoft

What Gmail and Yahoo require from bulk senders since February 2024, Microsoft's 2025 equivalent, and why the rules are the baseline for everyone.

Last updated 19 July 2026

In February 2024, email's biggest receivers stopped asking nicely. Gmail and Yahoo, moving together after announcing in October 2023, began enforcing a concrete set of requirements on bulk senders (Google draws its line at 5,000 or more messages a day to Gmail addresses; Yahoo applies its own, less numeric definition of bulk): authenticate fully, publish DMARC, make unsubscribing one click, and keep complaints below a published number. Mail that misses the bar gets rejected or foldered by policy, without appeal. Microsoft followed with equivalent requirements for its consumer domains, phased in from May 2025. This lesson is the rulebook itself, requirement by requirement, and the argument for why you should meet it even if you send fifty emails a day.

Why the rules exist

Everything in the list was already the documented recommendation for years. What changed in 2024 is enforcement: recommendations became requirements with consequences attached. From the providers' side the logic is straightforward. Spam and phishing lean on unauthenticated mail and forged identities, and the filtering machinery from the previous lesson works far better when every bulk sender is verifiable. So the providers used the one lever they hold, acceptance of your mail, to force the ecosystem's hand. It worked. DMARC adoption surged within months in a way years of polite advocacy never managed.

The Gmail and Yahoo requirements, one by one

Google's authoritative version lives at its Email sender guidelines page, which is worth reading in the original because it changes, and Yahoo publishes materially matching requirements. Here's the list for senders over the 5,000-a-day line, with what each item actually demands.

Both SPF and DKIM must pass. One or the other stops sufficing at bulk volume; you need a valid SPF record covering your sending path and a DKIM signature from your domain, together.

DMARC must be published, at minimum p=none. A TXT record at _dmarc.yourdomain.com with a policy, even the observe-only policy, is now an entry requirement for bulk sending. The point at this stage is commitment and reporting: p=none costs you nothing operationally and starts the aggregate reports flowing.

The From domain must align. The domain your readers see in the From header has to match the domain that passed SPF or DKIM, in the alignment sense taught earlier. This is the requirement that ended "we send as you@yourdomain.com from our shared infrastructure with no setup" arrangements, and it's why ESPs spent 2024 pushing customers hard toward authenticated custom domains.

One-click unsubscribe, honored within two days. Bulk messages must carry the List-Unsubscribe and List-Unsubscribe-Post headers per RFC 8058, so a mail client can offer an unsubscribe button that works with a single action, no login, no "manage your preferences" maze. The resulting opt-outs must take effect within two days. In practice the headers look like this:

List-Unsubscribe: <https://news.example.com/unsub?id=8f3a>, <mailto:unsub@example.com>
List-Unsubscribe-Post: List-Unsubscribe=One-Click

The strategic wisdom here is real: every reader who can't find a working unsubscribe has a spam button they can always find. Making the exit easy converts complaints (reputation damage) into opt-outs (list cleaning).

Spam complaint rate below 0.3%, measured in Postmaster Tools. Google's stated guidance is to stay below 0.1% and never reach 0.3%. This is the requirement with teeth, because it's behavioral: you can't fix it with a DNS record. It demands mailing people who want your mail, and it's the formal version of what the reputation lesson said complaints already did informally.

Valid forward and reverse DNS. The sending server's IP must resolve to a hostname that resolves back to the same IP (forward-confirmed reverse DNS). If you send through an ESP this is their infrastructure and their job; if you run your own sending server, it's a line item people forget.

There are companion requirements in the same document (TLS for transmission, no impersonating Gmail From headers, formatting per the message standards) that were less discussed because most legitimate senders already met them.

Microsoft joins: May 2025

Microsoft announced equivalent requirements for its consumer domains (outlook.com, hotmail.com, live.com), with enforcement phased in from May 2025, for senders of 5,000 or more messages a day: SPF and DKIM passing, and DMARC published at minimum p=none. Microsoft's broader sender guidance also presses the same hygiene themes as Google's list, valid unsubscribe mechanisms among them. Enforcement opened by routing non-compliant mail to junk, with outright rejection signaled as the destination, so Microsoft's own sender documentation is the place to check where that ratchet stands today. The era of "that's just a Gmail thing" is over; all three of the big consumer inbox operators now hold bulk senders to the authenticated-and-accountable standard.

Why the threshold is effectively everyone

You might be reading this at 800 messages a day and feeling exempt. Four reasons that's the wrong conclusion.

The counting is fuzzier than the number suggests. The 5,000 counts messages to Gmail from your primary domain, all mail streams and subdomains together, so marketing plus receipts plus notifications from three tools can cross a line no single team thinks it's near. Google's own FAQ adds that the classification sticks once you qualify: one big launch day and the requirements apply to you from then on.

Enforcement is fuzzy and tightening. Gmail rolled enforcement out in waves through 2024 and has kept ratcheting since, starting with temporary errors on a slice of non-compliant traffic and escalating toward outright rejection. Providers adjust these systems without announcements, and the domains we monitor bear that out: requirements enforced loosely at first show up as hard failures for later cohorts. The famous pattern from the sudden-spam article, "nothing changed but everything changed", is frequently this ratchet reaching someone who was coasting under it.

The requirements describe good sending anyway. Full authentication, an honest one-click exit, complaints held low: filters reward all of it at any volume, threshold or no threshold. There is no volume at which unauthenticated mail or a hidden unsubscribe helps you.

And compliance is cheap. Every item on the list except the complaint rate is a one-time technical setup measured in hours.

So treat the bulk sender rules as the definition of a properly configured sender, full stop. The free health check tests the technical half against your actual domain: SPF, DKIM, DMARC presence and policy, and, from a real email to your test address, alignment and the one-click unsubscribe headers. One honest caveat from running those checks: the complaint-rate requirement is the one piece no outside tool can verify, because the number lives in your own Postmaster Tools account. Set that up alongside everything else. It's free, and it's the only place you'll ever see the metric Gmail is actually holding you to.

A last framing thought before this module closes. The 2024 rules are the clearest proof of the pattern this course keeps returning to: the bar moves. Thousands of senders were compliant in January 2024 and substandard in February without touching a record. Whatever you build to meet today's requirements, the durable skill is noticing when the requirements change underneath you.

Two evidence lessons close this part: first the dashboards providers actually give you, then what can honestly be measured at all. After the checkpoint comes the thing reputation is actually made of, day after day: the list itself.

Terms from this lesson

  • bulk sender - under the 2024 rules, a sender of 5,000 or more messages a day to a provider's users; once qualified, Google treats the classification as permanent.
  • one-click unsubscribe - the RFC 8058 mechanism using List-Unsubscribe and List-Unsubscribe-Post headers, letting a mail client unsubscribe a reader in a single action.
  • spam complaint rate - the share of your delivered Gmail mail that recipients report as spam, shown in Postmaster Tools; required below 0.3%, with 0.1% as Google's stated comfort line.
  • From alignment - the requirement that the visible From domain match the domain that passed SPF or DKIM.
  • forward-confirmed reverse DNS - a sending IP that resolves to a hostname which resolves back to the same IP, proving the server has a coherent identity.
  • enforcement ratchet - the pattern of requirements being applied in escalating waves, from temporary errors on partial traffic toward outright rejection.

Check yourself

1. Under the Gmail and Yahoo rules enforced from February 2024, what DMARC policy is the minimum for bulk senders?

2. What complaint rate does Google require bulk senders to stay below, and where is it measured?

3. What must one-click unsubscribe do under RFC 8058 and the 2024 rules?

4. Why do the bulk sender requirements matter to someone sending well under 5,000 messages a day?