check_email_blacklist
Check whether a domain or IP is listed on the major DNS blocklists (DNSBLs) that mail providers consult before accepting mail — the usual reason legitimate mail silently lands in spam. Returns each zone checked, whether it is listed, and the return code. Deterministic DNS lookups, no LLM.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | A public domain or IP address, e.g. example.com or 203.0.113.10 |