parked_domain
The domain is parked or for sale, and still accepts mail
The domain's nameservers belong to a parking or for-sale service, yet it has usable mail servers. Nobody runs mailboxes there; a server that accepts mail for a parked domain is collecting it.
- appears in
- reason
- verdict
- risky
- risk weight
- +60
- credits
- 1 credit, like every deliverable or risky answer. Repeats of the same address are free for 7 days.
What it means
Parking services (Sedo, ParkingCrew, Bodis, Afternic, Dan and their kind) hold domains that are for sale or idle, and most of them accept no mail at all — those answer no_mx_records. A parked domain that does publish working mail servers is the exception worth naming: the mail is not going to a person who signed up, it is going to whoever collects it.
The check reads the domain's NS records against a curated list of parking nameservers, only once the domain has passed the mail-server check, so the flag is null on a domain with no MX. A registrar's default DNS is never on the list, because real sites run on it too. parked is true, the verdict is risky, and the weight of 60 puts the address in the high band by itself.
What to do
Treat the address as unusable for a signup: ask for another one. On an imported list, drop it; a domain that was a real company and is parked now has lost its people.
Example response
{
"email": "[email protected]",
"deliverable": "risky",
"reason": "parked_domain",
"parked": true,
"mx_found": true,
"risk_score": 60
}Abbreviated: a real answer carries all 46 fields, listed in the verify-email reference.
Related
- likely_typo · the domain is a known misspelling of a real mail provider
- disposable · the domain belongs to a disposable, temporary email provider
- mx_blocklisted · the domain's mail is served from a network on the threat blocklists
- implicit_mx · the domain has no MX record and relies on the address-record fallback
- mailbox_full · the mailbox is over its storage quota
- no_reply · a no-reply address: mail to it is discarded by design
- role · a shared role inbox such as info@ or support@ rather than a person
- recycled_mailbox · the mailbox exists now, but once answered that it did not
- catch_all · the server accepts every address at the domain, so the mailbox cannot be confirmed
- unverified · the mailbox could not be confirmed
- parked_domain · signal · the domain's nameservers belong to a parking service (+60)
- All verdict reasons
- Verdicts and the risk score
- API reference
markdown version: /docs/reasons/parked_domain.md