Continuum API
Guides · 5 min read

Catch-All Emails: What They Are and How to Handle Them

A catch-all (or accept-all) domain is configured to accept mail for any address — valid@company.com and asdfjkl@company.com both get a green light at the SMTP layer. That makes individual mailboxes impossible to confirm, which is why verifiers flag them 'risky' instead of 'valid'.

Why catch-alls can't be confirmed

Verification confirms a mailbox by asking the mail server whether it will accept a message for that specific address. A catch-all server says yes to everything, so the SMTP handshake tells you nothing about whether the real person exists. The address might be perfect — or completely made up.

Continuum reports these with status 'risky', subStatus 'catch_all', and an isCatchAll flag in the response, so you can decide how to treat them rather than blindly trusting a 'valid'.

They're more common than you think

Plenty of Google Workspace and corporate domains run catch-all configurations, often unintentionally. On some B2B lists, catch-alls make up 10–20% of addresses — enough that treating them all as valid inflates bounce risk, and treating them all as invalid throws away real leads.

A practical handling strategy

Don't discard catch-alls and don't fully trust them. Send to them in a separate warm-up segment, monitor bounces closely, and weight them by other signals — a catch-all on a strong domain with no role-account or disposable flags is far safer than one on a sketchy domain.

Because catch-all behaviour can change when a domain reconfigures its server, monitoring these addresses over time catches the shift automatically.

Frequently asked questions

Should I email catch-all addresses?

Cautiously. Segment them, warm them up separately, and watch bounce rates. Weight by other signals rather than treating catch-all as a hard yes or no.

How does Continuum flag catch-alls?

Status 'risky', subStatus 'catch_all', and an isCatchAll boolean in the API response so your routing logic can handle them explicitly.

Can catch-all status change?

Yes — if a domain reconfigures its mail server. Continuous monitoring detects the change so your data stays current.

Verify and monitor your list with Continuum
Get free access →