# `suppressed`: the address is on your account's suppression list

Batch runs, bulk jobs and monitors answered the address from your suppression list without running a lookup.

- Appears in: `reason`
- Verdict: undeliverable
- Billing: Free. Suppressed answers are served from the stored verdict without running the pipeline.

Your suppression list holds every address that earned an undeliverable verdict in the last 90 days plus anything you imported. Batch, bulk and monitor runs consult it first and answer from the stored result: reason suppressed for imported entries, the original reason for verified ones, and meta.suppressed true either way.

Single lookups through the API and the dashboard deliberately ignore the list. An explicit re-verify is the only way off it: a recovered verdict removes the entry, a fresh undeliverable one renews it.

**What to do.** Nothing for sends: the address stays out. To challenge an entry, verify that single address; the fresh answer replaces or clears it.

```json
{
    "email": "old@acme.com",
    "deliverable": "undeliverable",
    "reason": "suppressed",
    "risk_score": 100
}
```

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