This guide assumes email list hygiene is already deployed and passing. It covers what breaks at scale and how mature teams operate it.
Edge cases that break a working setup#
- Importing old exports without verification.
- Keeping unengaged contacts because the list size looks good in reports.
- Mail forwarded through mailing lists or personal forwarders, which alters headers and content.
- Acquisitions and rebrands that introduce domains nobody audited.
- Vendors silently changing their sending infrastructure.
Operating it as infrastructure#
- Assign an owner for each sending domain and each vendor relationship.
- Put DNS records under version control or a change-review process.
- Alert on authentication pass rate drops and reputation changes, not just outages.
- Run a quarterly audit against the setup steps below.
- Document runbooks for the three most common failures.
Reference: the baseline setup#
- Verify new signups in real time with an API and use double opt-in for marketing lists.
- Suppress hard bounces immediately and soft bounces after 3 consecutive failures.
- Run a re-engagement campaign at 90 days of inactivity and sunset at 180.
- Remove role accounts (info@, sales@) and disposable domains from marketing lists.
- Audit the list quarterly with a bulk verification service.
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.