Glossary · Email deliverability
    Updated May 13, 2026
    Glossary

    What is an email blocklist?

    An email blocklist is a real-time database of IP addresses and domains reported for spam activity — receiving mail servers query these lists to decide whether to accept, filter, or reject inbound messages.

    An email blocklist (also called a blacklist or DNSBL — DNS-based Block List) is a database that tracks IP addresses and domain names associated with spam, phishing, or other abusive mail. Receiving mail servers query blocklists in real time during the SMTP connection, before the message is even delivered, and use the result to decide whether to accept, quarantine, or reject the message.

    Not all blocklists carry the same weight. Some — Spamhaus ZEN, Barracuda BRBL — are checked by the vast majority of mail systems and a listing there will materially hurt deliverability. Others are niche or operator-maintained and may only affect a small slice of traffic. Knowing which list you are on and why determines how quickly you can recover.

    How blocklists work

    Blocklists operate as DNS zones. When a mail server wants to check whether 203.0.113.45 is listed on Spamhaus SBL, it constructs a DNS query by reversing the IP octets and appending the list zone: 45.113.0.203.zen.spamhaus.org. If the query returns an A record, the IP is listed. If it returns NXDOMAIN (no record), it is clean.

    Domain-based blocklists (DBL) work similarly but check the domain in the From:, envelope sender, or body URLs rather than the sending IP. A single campaign can trigger both an IP listing (for the sending infrastructure) and a domain listing (for the links in the message body).

    The major blocklists

    Spamhaus operates the most widely-checked blocklists. The SBL (Spamhaus Block List) contains manually reviewed spam sources. The CSS (Composite Snowshoe Spam) component catches high-complaint and spam-trap-hitting senders. The DBL covers domains. The ZEN zone is a combined lookup of all Spamhaus lists in one query.

    Barracuda BRBL is operated by Barracuda Networks and is used by all Barracuda appliances. SpamCop SCBL is a user-reported list — high volume of spam reports to SpamCop generates a listing. SORBS and SURBL are also widely checked. The MailerMonk blocklist checker queries all major lists and returns direct delisting links for any hit.

    How to get delisted

    Each blocklist has its own delisting process. Spamhaus CSS listings are submitted through the Spamhaus website and reviewed within 24–48 hours for a clean submission. Barracuda has a self-service lookup-and-delist form. SpamCop listings expire automatically after 24 hours if no new complaints arrive — there is no manual delisting process.

    The prerequisite for any successful delisting is fixing the underlying cause: suppressing the bad address source, pausing the high-complaint campaign, rotating compromised credentials. A delisting request submitted before the root cause is resolved will typically be rejected, or the listing will recur within days.

    Frequently asked questions

    01How do I check if my domain or IP is on a blocklist?

    Run a DNSBL lookup against the major blocklists — Spamhaus ZEN, Barracuda BRBL, SpamCop SCBL, SORBS, and SURBL all expose DNS-based query interfaces. For an IP, reverse the octets and query each list's zone (e.g. dig 4.3.2.1.zen.spamhaus.org). For a domain, query the domain-based lists directly (e.g. dig yourdomain.com.dbl.spamhaus.org). Any A-record response indicates an active listing, and each provider exposes its own delisting form once you confirm the underlying sending issue is resolved.

    02How long does blocklist delisting take?

    It depends on the list. Spamhaus CSS: 24–48 hours after a clean, honest submission. Spamhaus SBL: 48–96 hours (manual review). Barracuda BRBL: typically 12–24 hours via the self-service form. SpamCop SCBL: auto-expires after 24 hours of no new complaints. Microsoft SNDS and Google Postmaster have their own feedback loops and reputation scores that recover over 7–14 days of clean sending regardless of blocklist status.

    03Can my IP be listed without my domain being listed?

    Yes. IP-level listings (Spamhaus SBL, CSS) are against the sending server's IP address. Domain listings (Spamhaus DBL) are against the From: domain or URLs in the body. If you are on shared sending infrastructure — like GoHighLevel's LC-Email — another sender on the same IP can cause an IP listing that affects your domain's deliverability even though your domain itself is clean.

    04Does a blocklist listing mean my email will bounce?

    A listing increases the likelihood of rejection or spam-folder delivery but does not guarantee it. Each receiving mail server decides its own policy for how to treat blocklist hits. Spamhaus listings are treated as hard evidence by most enterprise mail servers (which will reject). Consumer providers like Gmail and Outlook use blocklists as one signal among many and may deliver to spam rather than rejecting.

    Next step

    Run a free deliverability audit on your sending domain.

    MailerMonk checks DMARC alignment, SPF lookups, DKIM keys, MX records, and major blocklists in under a minute. No signup, no card.

    Related reading