Deliverability & Reputation
How a domain or IP actually ends up on a blocklist, the real difference between domain and IP blocklists, and why shared sending infrastructure is riskier than it looks.
8 min read
Deliverability & Reputation
8 min read
Blocklists: when your domain or IP lands on a shared blacklist
How a domain or IP actually ends up on a blocklist, the real difference between domain and IP blocklists, and why shared sending infrastructure is riskier than it looks.
What a blocklist actually is
A blocklist (sometimes called an RBL, or real-time blackhole list) is a shared, community-maintained list of domains and IP addresses that have been observed sending spam, malware, or phishing. Mailbox providers and spam filters around the world check incoming mail against these lists, often before looking at anything else about the message. Landing on a well-known blocklist can get a huge share of a sender's mail silently rejected or filtered, regardless of how clean everything else about their setup is.
How a domain or IP actually ends up listed
- Spam complaints — enough recipients marking a sender's mail as spam can trigger a listing on its own.
- Spam traps — old or fake addresses maintained specifically to catch senders using outdated or scraped lists. Emailing one is a strong signal to blocklist operators.
- Compromised accounts or servers — a hijacked mailbox or infected server sending spam without its real owner's knowledge.
- Bad neighbors — sharing an IP address or a hosting range with other senders whose behavior gets that whole block of addresses flagged, even for accounts that did nothing wrong.
A few well-known blocklists
There isn't one single central blocklist — dozens of independent organizations maintain their own, each with different criteria and different levels of influence. A few names that come up often in the industry include Spamhaus, one of the most widely referenced blocklist operators; SORBS; Barracuda's reputation lists; and UCEPROTECT, known for tracking spam activity by IP address at several severity levels.
How a DNSBL lookup technically works
Most IP-based blocklists are queried over plain DNS, using a convention formalized in RFC 5782: the IP address is written backwards, octet by octet, and appended to the blocklist's own domain zone. Checking whether 203.0.113.9 is listed on a blocklist published at dnsbl.example.net means querying:
9.113.0.203.dnsbl.example.net
If that query returns an A record, the address is listed; if it returns NXDOMAIN (no such record), it isn't. It's a fast, simple binary check by design — a normal DNS lookup, no special protocol required — which is exactly why blocklist checking has stayed cheap enough to run on every incoming message for decades.
Domain blocklists vs. IP blocklists
Some blocklists track domains specifically — often ones associated with phishing or known malicious campaigns. Others track IP addresses — the actual server infrastructure sending the mail. The distinction matters because they fail differently: a clean domain sending from a tainted IP address can still get blocked, and a clean IP sending mail for a compromised or spoofed domain can still get flagged, even though only one half of the picture is actually the problem.
Getting off a blocklist
Most blocklist operators publish a delisting process: identify and fix whatever caused the listing, then submit a formal removal request through the operator's own tools. It's rarely instant — most blocklists don't remove an entry automatically the moment the underlying problem is fixed, and some require a waiting period to confirm the bad behavior has actually stopped before granting removal.
Why shared sending infrastructure is a gamble
Sending infrastructure is very often shared — many businesses use the same hosting providers, the same email service platforms, or the same pools of IP addresses. That means a sender's reputation isn't always fully in their own hands: someone else on the same shared infrastructure behaving badly can drag down the reputation of everyone else using it, through no action of their own. It's one of the strongest arguments for using dedicated sending infrastructure once a sender's volume justifies it.
More on Deliverability & Reputation
Check your domain and IP against known blocklists
Aimly Audit checks multiple independent blocklist sources at once and tells you exactly where a listing is affecting delivery.