# `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
- Billing: 1 credit, like every deliverable or risky answer. Repeats of the same address are free for 7 days.

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.

```json
{
    "email": "mia@old-brand.example",
    "deliverable": "risky",
    "reason": "parked_domain",
    "parked": true,
    "mx_found": true,
    "risk_score": 60
}
```

Reference: https://spaw.co/docs/reasons/parked_domain
