Skip to content

Catch-all domain

published · September 10, 2026

A catch-all domain is one whose mail server accepts mail addressed to every recipient, whether or not that mailbox exists.

A catch-all domain is one whose mail server accepts mail addressed to every recipient, whether or not that mailbox exists. It is also called accept-all. The server answers 250 OK at the RCPT TO step for any name, then sorts the mail out afterwards — delivering what matches a real mailbox, forwarding the rest, or dropping it.

What Spaw answers

The field is catch_all. When it is true the handshake proved that the domain receives mail and proved nothing about the mailbox, so the verdict is risky with the reason catch_all and the risk score carries +30. mailbox_exists stays null, because no honest answer can be given.

Spaw does not report a catch-all address as deliverable, ever. The verdict names what was established rather than what is likely.

What it does not mean

Catch-all is a property of the domain, not of the address. Most catch-all domains are ordinary businesses whose server was configured that way on purpose, and mail to a real person there arrives normally. It is a reason to treat the address as unconfirmed, not a reason to discard it.

Where a probe ran and left mailbox_exists null, mailbox_confidence carries a recomputable 0–100 estimate that this particular mailbox exists, built from the domain's mail authentication, its registration age, the shape of the local part and, once a domain has five or more reported delivery outcomes, the share of them that bounced. It is a published heuristic, not a probe, and the page that lists its inputs says so.

Related

markdown version: /glossary/catch-all-domain.md

Verify addresses the same way

The Spaw API runs every check described here on each lookup, with an SMTP handshake that never sends mail. 10 free lookups a month, no card required.

Get your API key

More glossary

  • ASN

    An Autonomous System Number identifies one network that announces its own routes to the internet under a single routing policy.

  • Address register

    An address register is a country's official file of every address its authorities recognise, usually keyed on buildings rather than letterboxes.

  • CIDR

    CIDR notation writes a range of IP addresses as one address and a prefix length, so 203.0.113.0/24 means the 256 addresses sharing those first 24 bits.

  • Check digit

    A check digit is a digit computed from the rest of an identifier so that a mistyped one usually fails arithmetic before anybody looks it up.

  • Company number

    A company number is the identifier a national registrar assigns to an incorporated company, unique within that register and never within the world.

  • Credit

    A credit is the billing unit of the whole API: one credit buys one fresh lookup that produced a usable answer, on any of the six signals.

  • Datacenter IP

    A datacenter IP is an address inside a range operated by a hosting, cloud or server provider rather than by a consumer access network.

  • Delivery point

    A delivery point is the smallest unit a postal service delivers to: one letterbox, one door, one box at a counter.