What is a blacklist? Dispelling the myths
One of the most common issues faced by server admins is spam. If you are not concerned about protecting your users from receiving it, you are probably worried about your users sending it (intentionally or otherwise).
DNSBLs (DNS Blacklists) are one of the many tools used by server administrators in the ongoing war on spam.
So what exactly are they?
The Wikipedia definition is helpful:
A DNS-based Blackhole List, or DNSBL, is a means by which an Internet site may publish a list of IP addresses, in a format which can be easily queried by computer programs on the Internet. As the name suggests, the technology is built on top of the Internet DNS or Domain Name System. DNSBLs are chiefly used to publish lists of addresses linked to spamming.If an IP address is identified as an open relay (ie. anybody can use it to send mail) or as a source of viruses or spam it may be listed in a DNSBL. Each DNSBL has its own listing criteria. In most cases the criteria are listed on their respective websites. Before you start using a DNSBL read the criteria carefully. Do not simply rely on someone else's comments. For example the Spamhaus project maintains a number of lists, each with slightly different listing criteria. The SBL list is defined as:
The SBL is a realtime database of IP addresses of verified spam sources (including spammers, spam gangs and spam support services), maintained by the Spamhaus Project team and supplied as a free service to help email administrators better manage incoming email streams.In most cases an IP will only be listed if multiple reports of abusive behaviour has been reported. For example, larger networks such as AOL, manage their own blacklisting. If they see multiple spams from an IP they will blacklist it for several days. Of course if the IP address keeps on appearing in spam emails then it will continue to be listed. Things to note:
- DNSBLs are used by a lot of email administrators
- The check is DNS based
- The only thing checked is the IP
- The content of the email is not examined

