A DNSBL, short for DNS-based blocklist (also called an RBL, or real-time blackhole list), is a database of IP addresses or domains associated with spam and abuse, published in a way that mail servers can query using ordinary DNS lookups. When a message arrives, the receiving server can check the sender's IP against one or more DNSBLs in milliseconds.
If the sender appears on a list, the receiving server may reject the message outright, defer it, or apply a heavier spam score. Well-known operators such as Spamhaus, Barracuda, and SpamCop maintain these lists based on spam-trap hits, complaint data, honeypot activity, and reports of compromised or misconfigured servers.
Getting listed can happen for many reasons: a spike in spam complaints, hitting spam traps, an insecure server being exploited to relay mail, or simply sharing an IP range with bad actors. The impact is severe — being on a major blocklist can block a large fraction of your mail across many providers at once.
Senders should monitor their sending IPs and domains against major blocklists regularly. If listed, the fix is to identify and stop the abusive behavior, secure any open relays, clean the list, and then use each operator's delisting process. Prevention through good hygiene and authentication is far easier than remediation.