Blacklist

Definition

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
At a glance
Also called Blocklist · DNSBL · RBL
Lists IP addresses or domains
Queried via DNS, during the SMTP handshake
Major operators Spamhaus · Barracuda · SpamCop
Triggered by Spam traps · complaints · volume spikes
Delisting Fix the cause, then request removal

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

Your server connects to deliver a message
The receiver queries blocklists by DNS using your sending IP
Reverse the IP Append the list’s zone Look up the A record
Is there a listing?
No hit: proceed normally Hit on a high-confidence list Hit on a softer list
The receiver acts on the result
Reject with 5xx Defer or spam-folder Add to spam score
Clean IP and aligned auth: delivered to the inbox

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

By the numbers

Free
What a legitimate blocklist like Spamhaus charges to delist a clean IP; anyone demanding a removal fee is a scam.
0.3%
The spam-complaint rate Google asks bulk senders to stay under to avoid filtering and listing.
24 to 48h
How quickly auto-expiring lists like SpamCop drop a clean IP once the abuse stops.

Common mistakes

Requesting delisting before fixing the cause
Removal forms do not address why you were listed. Delist while a spam trap, complaint spike, or compromised account is still active and you will be relisted within days, often with a worse reputation.
Paying a “delisting service”
Removal from reputable lists such as Spamhaus is free. Anyone charging a fee to get you off the SBL is not affiliated with the list and cannot do anything you cannot do yourself.
Panicking over informational lists
A hit on a list the major providers ignore (UCEPROTECT Level 2 and 3, some PTR-policy lists) rarely affects delivery. Confirm whether the listing is on a list that actually counts before reacting.
Ignoring the underlying hygiene problem
A listing is a symptom. Without better list hygiene, complaint management, and authentication, you will keep tripping the same wires no matter how many times you delist.

Frequently asked questions

How do I know if I am on an email blacklist?
Run your sending IP and domain through a blacklist lookup, which queries the major DNSBLs at once and reports any hits along with the listing reason. Our blacklist checker covers the lists that affect deliverability at Gmail, Outlook, and Yahoo. A rising bounce or deferral rate from one provider is often the first sign.
How long does it take to get off a blacklist?
It depends on the list. Automated lists such as SpamCop and Barracuda expire on their own, often within 24 to 48 hours after the abusive behaviour stops. Manually curated lists like the Spamhaus SBL require you to fix the cause and submit a removal request that a human reviews, which can take longer. None of it works until the underlying problem is resolved.
Does being blacklisted always block my email?
Not always. A hit on a high-confidence IP list is frequently used to reject the connection outright, but a softer or domain-based list may only add to a spam score that nudges mail toward the junk folder. The impact also depends on which list you are on and which receivers use it.
What is the difference between a blacklist and a DNSBL?
They are closely related. A blacklist (or blocklist) is the database of bad senders; a DNSBL is the specific, and by far most common, technique of publishing that database so it can be queried over DNS during the SMTP handshake. In everyday use the terms are often interchangeable.
Reviewed by Jennifer Jackson, Email Deliverability Analyst · June 2026 ← Back to glossary