What a listing actually does
An email blacklist, or DNSBL, is a published list of IP addresses and domains associated with spam. Receiving mail servers query these lists during the SMTP connection itself, which means a listing can stop your mail before a single byte of content is examined.
That timing is the whole point. People respond to a blacklisting by rewriting subject lines and reducing links, but none of that is being read. The connection is refused earlier than any content filter runs. Spam scores are irrelevant when the door does not open.
Which lists carry weight
Not all lists matter equally. Spamhaus carries by far the most weight, and our trends layer uses Spamhaus DQS for blocklist monitoring alongside spam-rate and per-provider placement trends, because it is the feed that actually correlates with mail being refused. SpamCop, Barracuda and SORBS matter in narrower situations, and Microsoft SNDS matters specifically for Outlook and Hotmail.
Being listed somewhere obscure with no subscribers is not an emergency. Being on Spamhaus is.
What gets you listed
The causes are boring and consistent. Stale or non-consented lists are first: George's point is that even a genuine business can torch a shared IP with a list that has gone stale or was never consent-collected in the first place. Spam traps sit in old lists specifically to catch this.
Compromise is second. A leaked API key or an application vulnerability that lets someone else send through your infrastructure will get the sending identity listed quickly, and from the outside it looks identical to deliberate spam.
There is a canonical bad signal we watch for internally: importing a large list under a name like "Do Not Email" and then deleting it. That pattern is a strong indicator of exactly the kind of sending that ends in a listing, and when we raise it with an account we frame it as protecting their reputation rather than as an accusation, because the intent is often genuine confusion rather than malice.
What we will not do is route around listings. Black hat approaches risk getting our entire infrastructure banned, so they are off the table regardless of how effective they might look short term.
Getting delisted
Delisting is a two-step process and people consistently do only the second half. Fix the cause first: purge the unconsented segment, rotate the compromised credential, and correct the DNS. Then request delisting through the list operator. A delisting request with the underlying problem still live gets you relisted, usually faster the second time.
Practically, start by inspecting suppressions. Our REST API can list an account's active suppressions so you can see the hard bounces, soft-bounce accumulations and complaints that led here. That list is the evidence of what went wrong, and it is usually unambiguous.
Once you are clear, the work is preventative: keep bounce rate low, verify authentication so your mail is attributable, and if the domain is new, warm it properly rather than sending into a cold reputation. Confirm the result with a test send before resuming real volume.
Listings hit application mail hardest, because a blocked receipt has no second attempt in the user's mind, which is the argument behind transactional email best practices. Inspecting suppressions programmatically is a single call against the validation API.
Go deeper
References
The primary sources behind the rules on this page. Provider policy and the underlying standards, not vendor marketing.
Common questions
A DNSBL is a published list of IPs or domains associated with spam. Receiving servers query it during the SMTP connection and can refuse the mail before reading any content.
Fix the cause first, then request delisting through the list operator. Delisting without fixing the underlying list hygiene or compromise gets you relisted quickly.
Spamhaus carries the most weight by a wide margin. SpamCop, Barracuda, SORBS and Microsoft SNDS matter for specific receivers.