Catch-all Detection vs Recovery
Catch-all domains create a specific kind of validation uncertainty: the domain can accept mail broadly, but standard SMTP checks cannot prove whether one specific address belongs to a real person. GTMAPIs separates that into three different concepts:What Catch-all Domains Are
A catch-all, or accept-all, mail server accepts recipient checks for many or all addresses at the domain, even when those addresses may not correspond to real inboxes. For example, a normal non-catch-all domain may reject an obviously fake recipient:250 OK is useful evidence that the domain accepts recipients broadly. It is not proof that jane.doe@example.com is a real mailbox.
Why Catch-all Detection Returns risky
SMTP can provide strong signals when a server definitively accepts or rejects a specific recipient. Catch-all behavior changes the meaning of acceptance because the server may return a technically successful response for both real and fake local parts.
When GTMAPIs detects catch-all behavior, the validation response stays conservative:
risky means the domain may receive mail, but the specific mailbox remains unverifiable through standard validation.
Billing Semantics
Standard catch-all outcomes are not High-Value Validations. A High-Value Validation costs one credit only when the result is avalid personal email that is not role-based, catch-all, invalid, risky, or unknown. Catch-all results are classified as risky, so they consume 0 standard validation credits.
This keeps standard validation economics aligned with usable certainty:
How Premium Catch-all Recovery Differs
Premium Catch-All Recovery is a separate opt-in workflow for addresses that standard validation already markedrisky with is_catchall: true.
Recovery does not relabel catch-all addresses as normal valid results. It adds recovery-specific fields such as confidence, method, reason, recommended action, and recovery credit consumption beside the original canonical validation result.
Recovery may recommend actions such as:
Those are recovery recommendations, not deterministic proof of mailbox existence. A recovered catch-all address remains a catch-all-derived decision, not the same thing as a standard
valid mailbox validation.
What GTMAPIs Does Not Claim
GTMAPIs does not claim that catch-all recovery proves mailbox existence deterministically. It also does not claim superior catch-all accuracy, deliverability, or security-gateway recovery without published measurement evidence. The product distinction is narrower and more important: standard validation detects catch-all uncertainty transparently asrisky and does not charge standard validation credits for it; Premium Catch-All Recovery is a separate opt-in scoring workflow with separate recovery economics.
Related Docs
Validation Pipeline
See where SMTP and catch-all checks fit in the validation flow.
Result Categories
Review canonical statuses:
valid, valid_role_based, risky, invalid, and unknown.Credit System
Understand High-Value Validation credit charging.
Catch-all Recovery
Learn how opt-in recovery scoring is positioned separately from standard validation.