Skip to content
Writing
·3 min read·Field note

Gmail sender rules: now enforced, not new

Drafted through my n8n + AI pipeline, edited by me.

Here is the 2026 update on Gmail and Yahoo: the sender rules have not changed since February 2024. What changed this year is enforcement. Gmail stopped tolerating partial setups, and a large share of senders are quietly losing mail to spam for reasons that are entirely preventable.

What Gmail sender rules still require

  • SPF, DKIM, and DMARC authentication that passes and aligns.
  • A spam-complaint rate under 0.10 percent, treated now as a hard line, not a goal.
  • One-click unsubscribe on bulk mail, using the RFC 8058 header, not just a visible link.

The one most people still miss

The most under-implemented requirement is the one-click unsubscribe header. Teams add a visible 'unsubscribe' link and assume they are covered, but skip the List-Unsubscribe-Post header that Gmail actually checks for. Two years in, more than a third of commercial senders are still partially non-compliant, and that is enough to leak delivery to the spam folder.

What I'd check today

Diagram: mail from your domain is checked by SPF and DKIM, DMARC checks alignment, and the verdict routes the message to inbox or spam.

Deliverability is an identity check. Make every gate pass before you blame the copy.
  • Confirm SPF and DKIM both pass and align under DMARC, for every service that sends as you.
  • Check that the List-Unsubscribe-Post header is actually present, not just an unsubscribe link.
  • Watch your complaint rate in Google Postmaster Tools and clean the list before it spikes.

Bring me the workflow that sends your email, invoices, reminders, outreach, all of it, and I'll tell you which of these is quietly broken.

Building something this should run inside?

Book a systems call