Blacklist
An email blacklist (also called a blocklist or DNSBL) is a published database of IP addresses or domains believed to send spam or other abusive mail. Receiving servers query these lists in real time during the SMTP handshake and use a hit to reject, defer, or spam-folder the message. A listing on a major blocklist is one of the fastest ways for legitimate mail to stop reaching the inbox.
- A database of IPs or domains receivers check to decide whether to accept your mail
- Most are queried as DNSBLs during the SMTP connection, before the message body is even read
- Spamhaus, Barracuda, and SpamCop are the lists that actually move deliverability at Gmail, Outlook, and Yahoo
- Getting delisted means fixing the root cause first, then following each list’s own removal process
How a blacklist works
A blacklist is a curated database of senders a list operator considers abusive. The overwhelming majority are published as DNSBLs, which means a receiving mail server can check them with an ordinary DNS query: when your server connects to deliver a message, the receiver looks up your sending IP (or a domain in the message) against one or more lists and gets an answer back in milliseconds, before it has read a single line of your content.
If the lookup returns a hit, the receiver acts on it. Exactly how depends on the list and the receiver’s policy: a high-confidence IP list like Spamhaus is often used to reject the connection outright with a 5xx error, while a softer or domain-based list might add to a spam score that pushes the message toward the junk folder. Either way the decision is made at the door, which is what makes a listing so damaging: it can block mail that is otherwise perfectly authenticated.
The blocklists that actually matter
There are hundreds of blocklists, but only a handful carry real weight at the big mailbox providers. The ones worth watching are the authoritative IP and domain lists:
- Spamhaus is the most influential operator. Its ZEN zone combines the manually curated SBL (spam sources, including the automated CSS subset for low-reputation and snowshoe senders), the XBL (hijacked and exploited machines), and the PBL (residential ranges that should not send mail directly). The DBL is its domain list.
- Barracuda (BRBL) is deployed across thousands of enterprise appliances, so a listing has heavy real-world reach in business email.
- SpamCop (SCBL) is a fast, complaint-driven IP list that auto-expires when reports stop.
- Invaluement and PSBL round out the lists that move inbox placement.
Plenty of other lists exist (UCEPROTECT Level 2 and 3, for instance) but are not used by the major providers and rarely warrant alarm. The blacklist checker shows where you stand across the lists that count.
Why senders get listed
A listing is almost never random. The common triggers are:
- Hitting a spam trap, especially a pristine trap, which signals a purchased or scraped list.
- A spam-complaint rate above what the provider tolerates (Google asks bulk senders to stay under 0.3%).
- A sudden volume spike from a cold IP, the classic snowshoe and unwarmed-sender pattern.
- A compromised account, web form, or server being used to relay spam.
- Sending from an IP range that should never originate mail (the Spamhaus PBL case).
Because the cause is usually a real sending problem, treating a listing as a paperwork nuisance is a mistake. Delist before you have fixed the behaviour and you will simply be relisted.
Getting off a blacklist
Removal always starts with the root cause, not the request form. Identify why you were listed (the listing page or the blacklist checker usually tells you), fix it permanently, and only then ask for delisting. The process differs by list:
- Automated lists like SpamCop and Barracuda expire on their own once the abusive behaviour stops, often within 24 to 48 hours, and offer self-service removal.
- Manually curated lists like the Spamhaus SBL have no instant self-service path: you resolve the problem, then your provider or you submit a removal request through Spamhaus, and a human reviews it. Spamhaus removal is always free; anyone charging a fee to delist you is not affiliated with the list.
Removal is never a shortcut around list hygiene. Tighten list hygiene, confirm authentication is in place, and slow your sending before you ask to be removed. The full blacklist removal guide walks through each major list step by step.
How a blacklist check plays out
5xx
Defer or spam-folder
Add to spam score
IP blacklist vs domain blacklist
| IP blacklist | Domain blacklist | |
|---|---|---|
| Lists | Sending IP addresses | Domains and URLs in the message |
| Checked | At connection, on the sending IP | During content filtering |
| Example | Spamhaus SBL/XBL, Barracuda | Spamhaus DBL |
| Survives an IP change? | No, tied to the IP | Yes, follows the domain |
| Typical action | Reject the connection | Raise the spam score |