Net::DNSBL - INSTALL ====================== Version 0.3 - 30 Novemeber 2002 ------------------------------------ http://www.the42.net/net-dnsbl Requirements: Version of Socket distributed with Perl. I've tested against 5.6 and 5.8, but it should theoretically work with earlier versions as well (ymmv). Installation 1) Make sure you have an appropriate version of Perl installed 2) Build / Install the module via: perl Makefile.PL make make install 3) You can confirm it works by running samples/dnsbl 127.0.0.2 - Output should be something like: $ ./samples/dnsbl 127.0.0.2 Checking 127.0.0.2 RBL filtered by relays.visi.com 127.0.0.2 RBL filtered by blackholes.five-ten-sg.com 127.0.0.2 RBL filtered by dev.null.dk 127.0.0.2 RBL filtered by dynablock.wirehub.net 127.0.0.2 RBL filtered by sbl.spamhaus.org 127.0.0.2 RBL filtered by blackholes.wirehub.net 127.0.0.2 RBL filtered by socks.relays.osirusoft.com 127.0.0.2 RBL filtered by relays.osirusoft.com 127.0.0.2 RBL filtered by spam.dnsrbl.net 127.0.0.2 RBL filtered by blackhole.compu.net 127.0.0.2 not RBL filtered by blocktest.relays.osirusoft.com 127.0.0.2 RBL filtered by orbs.dorkslayers.com 127.0.0.2 RBL filtered by relays.ordb.org 127.0.0.2 RBL filtered by bl.spamcop.net 127.0.0.2 RBL filtered by multihop.dsbl.org 127.0.0.2 RBL filtered by block.blars.org 127.0.0.2 RBL filtered by blacklist.spambag.org 127.0.0.2 RBL filtered by list.dsbl.org 127.0.0.2 RBL filtered by unconfirmed.dsbl.org 127.0.0.2 RBL filtered by xbl.selwerd.cx 127.0.0.2 RBL filtered by spamguard.leadmon.net 127.0.0.2 not RBL filtered by spammers.v6net.org Timeout exceeded: dews.qmail.org (10 s) Oh no! Check Failed: Drats! You've been blacklisted $ Samples / Demonstration Scripts: There are a few sample scripts in the samples/ directory -- see samples/README for more information. The author would be happy to include any contributed scripts in future versions of this module. All I ask is that they be documented (preferably using POD) and that the contributor's name and contact information be mentioned somewhere.