Blocklist Checker
Check whether a sending IP or domain is on the major email blocklists (DNSBLs) — Spamhaus, Barracuda, SpamCop and more — and get the delisting link for any list that has it. Free, no signup.
What is an email blocklist?
An email blocklist (also called a DNSBL, RBL, or blacklist) is a list of IP addresses and domains that have been caught sending spam or abusive mail. Mailbox providers query these lists as messages arrive and use a listing as a reason to reject, defer, or spam-folder your email. Getting listed is one of the fastest ways to wreck deliverability — and because listings key off a sending IP's reputation, a single compromised account or a bad mailing list can take down all of your mail at once. This checker tells you which lists currently have your IP so you know exactly where to request removal and what to fix first.
Email blocklist knowledge base
The terms behind DNS blocklists and how a listing works.
- DNSBLDNS blocklist
- A blocklist published over DNS. A receiving mail server checks a sending IP by querying the reversed IP under the list's zone; an answer means the IP is listed. Also called an RBL (Realtime Blackhole List) or blacklist.
- SBLSpamhaus Block List
- Spamhaus's list of IPs from which they do not recommend accepting email, based on evidence of spam operations. Part of the combined ZEN zone.
- XBLExploits Block List
- Spamhaus's list of hijacked machines, proxies, and malware-infected hosts. Being on the XBL usually means a device on your network is compromised, not that you sent spam deliberately.
- PBLPolicy Block List
- Spamhaus's list of IP ranges that should not be sending mail directly to the internet (e.g. residential/dynamic IPs). Sending from a PBL-listed IP means you should relay through your provider's mail server instead.
- listing
- The state of an IP or domain appearing on a blocklist. A listing returned by a lookup is typically an address in the 127.0.0.0/8 range, where the last octet encodes why it was listed.
- delisting
- Removing an IP or domain from a blocklist. Most operators offer a self-service removal form, but delisting only sticks if the underlying problem (spam, a compromised host, poor authentication) is fixed first.
- spamtrap
- An email address that never opts in and exists only to catch spam. Mail sent to a spamtrap is strong evidence of a bad list or scraped addresses and is a common cause of a listing.
- snowshoe
- Spreading spam thinly across many IPs and domains to stay under per-source volume limits. Blocklists specifically hunt for snowshoe patterns.
- PTRReverse DNS
- The PTR record maps a sending IP back to a hostname. A missing or generic PTR record makes an IP look untrustworthy and contributes to listings and filtering.
- 127.0.0.xReturn code
- The A-record value a DNSBL returns for a listed IP. Different last octets mean different sub-lists or reasons. A 127.255.255.x value is not a real listing — it signals the query was refused (often because it came from a large shared resolver).