What email bounce handling is#
Bounce handling is the automated processing of delivery failure notices (DSNs) to classify hard versus soft bounces and suppress addresses accordingly.
Why it matters#
Repeatedly sending to invalid addresses is one of the strongest negative reputation signals providers track.
What ActiveCampaign handles#
Most platforms, including ActiveCampaign, generate the records or settings you need under a domain authentication or sending settings page, and expose bounce and complaint data in reports. Confirm the exact location in ActiveCampaign's current documentation.
What you still own#
- Parse DSN codes: 5.1.x means the address does not exist (hard); 4.x.x means temporary (soft).
- Suppress hard bounces after one failure and soft bounces after three.
- Route bounce notifications to a monitored mailbox or webhook.
- Review bounce reasons weekly for patterns like 'blocked' that indicate reputation issues.
Common mistakes#
- Treating 'mailbox full' as a hard bounce and losing valid contacts.
- Ignoring 'blocked by policy' bounces that signal a blocklist or DMARC failure.
Frequently asked questions#
What is the difference between a hard and soft bounce?
Hard bounces are permanent failures (bad address). Soft bounces are temporary (full mailbox, server down). Suppress hard immediately.
Does ActiveCampaign set up email bounce handling automatically?
ActiveCampaign provides the values and some checks, but publishing DNS, aligning domains, and monitoring results remain your responsibility.