How are block bounces different from other hard/soft bounces?
Still have a question, spotted an error, or have a better explanation or a source we should cite?
When an email bounces, the knee-jerk reaction is to suppress the address and move on. That works fine for most bounces. With block bounces, it's the wrong move entirely, and here's why.
Hard bounces mean the address doesn't exist or the domain is invalid. The recipient-side problem is permanent. Suppress the address, and you're done. The fix lives in your list.
Soft bounces are temporary. The mailbox is full, the server is momentarily unavailable, the connection timed out. Your ESP retries a few times, and if it clears up, delivery succeeds. If it doesn't clear up after several days, most ESPs suppress automatically. The fix is just waiting it out (or suppressing persistent failures).
Block bounces are a different animal. The address is valid. The recipient's server is reachable. The server simply refuses to accept mail from you. That refusal is based on your sender reputation, your IP address, your domain, your content, or a policy set by the receiving organization. Suppressing the address does nothing, because the problem isn't the address.
The difference shows up in the bounce codes too. A classic hard bounce returns a 550 5.1.1 (user unknown). A block bounce returns codes like 550 5.7.1 (message rejected due to policy), 421 4.7.0 (temporary rejection, often rate-limiting or reputation-based), or 550 5.7.606 (a Outlook / Microsoft 365 code for sending from a flagged IP). The 5.7.x family almost always signals a block. The 4.2.x or 4.7.x family often signals a rate control situation rather than an outright block.
Here's the practical table for how these three types compare:
| Hard Bounce | Soft Bounce | Block Bounce | |
|---|---|---|---|
| Root cause | Invalid address or domain | Temporary server/mailbox issue | Sender reputation, policy, or content |
| The address itself | Bad | Good, temporarily unavailable | Valid, but you're blocked |
| Typical codes | 550 5.1.1, 550 5.1.2 | 421, 452, 450 4.2.2 | 550 5.7.1, 421 4.7.0, 550 5.7.606 |
| Right action | Suppress immediately | Retry, then suppress if persistent | Investigate and fix the sender-side issue |
| Does suppressing help? | Yes | Sometimes | No |
| Scope | That one address | That one address | Could be your whole domain or sending IP |
That last row matters a lot. A block bounce isn't always isolated to a single recipient. If your IP is on a blocklist, or Gmail has decided your domain is sending spam, every email you send to that provider may block. One block bounce can be a signal that thousands more are silently failing.
But most ESPs will classify block bounces separately in your bounce reports, though the labeling varies. Twilio SendGrid calls them "Blocks" in its activity feed. Mailchimp sometimes rolls them into soft bounces, which can hide the real problem. Postmark shows detailed SMTP responses so you can read the actual rejection reason. If your ESP isn't surfacing block bounce codes clearly, check the raw SMTP response in the bounce details, that's where the real signal lives.
If you're seeing block bounces spike, that's a sender reputation issue worth addressing head-on. You can check whether your domain or IP has landed on a blocklist with our free Blocklist Checker, or if things are breaking urgently, our SOS hotline is free and we actually pick up.
Contributors
Who worked on this answer
Every name links to their profile. Every company links to their site. Real people, real accountability.