In February 2024, Google and Yahoo began enforcing a new requirement for bulk senders: one-click unsubscribe. If you're sending more than 5,000 emails per day to Gmail, this is no longer optional.
This Week’s Lesson
One-click unsubscribe (List-Unsubscribe-Post) is an email header that enables inbox providers to show a native 'Unsubscribe' button at the top of the email interface. When clicked, it sends a machine-readable unsubscribe request directly to your mail server — no forms, no confirmation pages, no additional steps.
The technical implementation requires two headers: List-Unsubscribe:
When a subscriber clicks the Gmail or Yahoo 'Unsubscribe' button, your server receives a POST request to the https URL. Your system must process it within 2 days.
Why is this good for senders? When unsubscribing is easy, subscribers unsubscribe instead of clicking 'Mark as Spam.' A spam complaint damages your sender reputation for months. An unsubscribe is a clean removal with no lasting damage.
Most major ESPs (Klaviyo, Mailchimp, HubSpot, SendGrid) have implemented this automatically. But if you send through a custom or self-hosted system, you need to add these headers manually.
The data shows that senders who implemented one-click unsubscribe saw complaint rates drop by 20-40%. Users reach for 'spam' when they feel trapped. Give them an easy exit and they'll use it instead.