A DNSBL is a blocklist published via DNS. To check if 1.2.3.4 is listed, a mail server queries ‘4.3.2.1.bl.spamhaus.org’ (reversed IP + DNSBL domain). If the query returns any A record, the IP is listed. This design lets mail servers check thousands of blacklists in milliseconds using existing DNS infrastructure.
All questions