Mailfetch::Rule::DNSBL - check if IP is on a DNS blacklist
perl -MMailfetch::Rule::DNSBL=test,mailfile -e1
This rule uses Net::DNSBLLookup to determine the hosts through which the mail passed, according to the Received:
headers, and checks them against blacklist entries.
Currently, no caching is performed.