Skip to content

Home Topics Email Deliverability List hygiene

Email Deliverability · List hygiene

Email list hygiene for beginners: a plain-English guide

Short answer

List hygiene is the ongoing removal of invalid, inactive, and risky addresses from a mailing list, plus verification of new addresses at the point of capture. If you are starting from zero: Verify new signups in real time with an API and use double opt-in for marketing lists.

The one-sentence version#

List hygiene is the ongoing removal of invalid, inactive, and risky addresses from a mailing list, plus verification of new addresses at the point of capture.

Why you should care#

Bounces, spam traps, and disengaged recipients are the three fastest ways to damage reputation, and all three are prevented by hygiene.

The mental model#

Think of email list hygiene as a contract between you and the mailbox providers receiving your mail. You publish or configure something they can check; they check it on every message; the result feeds their decision about where your message lands. Everything below is about making that check pass consistently.

Your first setup, step by step#

  1. Verify new signups in real time with an API and use double opt-in for marketing lists.
  2. Suppress hard bounces immediately and soft bounces after 3 consecutive failures.
  3. Run a re-engagement campaign at 90 days of inactivity and sunset at 180.
  4. Remove role accounts (info@, sales@) and disposable domains from marketing lists.
  5. Audit the list quarterly with a bulk verification service.

Words you will see#

  • Mailbox provider: Gmail, Microsoft, Yahoo, Apple, and the corporate gateways that decide where mail lands.
  • Authentication: proof that a message is from who it says it is (SPF, DKIM, DMARC).
  • Reputation: the provider's running score of your domain and IP.
  • Placement: whether a message reaches the inbox, spam, or is rejected.

Common mistakes#

  • Importing old exports without verification.
  • Keeping unengaged contacts because the list size looks good in reports.

Frequently asked questions#

What is a spam trap?

An address that never opted in, maintained by providers and blocklists to catch senders with poor acquisition practices. Hitting one can blocklist your IP or domain.

What bounce rate is acceptable?

Under 2% hard bounces. Above 5% typically triggers ESP account reviews.

Analyse your own setup

All analysers
Technical analysis

Email header analyser

Read authentication, DMARC alignment, and hop-by-hop delays from raw headers.

Runs in your browser
Technical analysis

Warm-up schedule planner

Build a day-by-day ramp that respects per-mailbox ceilings.

Runs in your browser

Keep reading on List hygiene