Net::DNSBL - TODO =================== Version 0.3 - 30 November 2002 ----------------------------------- http://www.the42.net/net-dnsbl To Do (generally in no particular order): o additional documentation (in the code what the functions do) o what other "package" type stuff is needed??? (it works, but is it correct?) o what is needed to get $obj = Net::DNSBL->new() to work? (does it have to be "installed"?) this may work, but I haven't checked o add TXT record lookups; need to use Net::DNS module I believe o will adding $SIG{TERM} = sub {exit;}; $SIG{INT} = sub {exit;}; to the kid process make the exits quicker (or cleaner)? and if parent, add $SIG{INT} = \&_punt; $SIG{TERM} = \&_punt; ??? o get more complete list of RBLs o considering using one of the other program's list as a base - (moensted might be most complete) with a program to convert to something we can use - would have multiple input files: 1) list of rbls; 2) groups / rbls; 3) rules for autocreated groups (ie, by domain) o allow rbl's to be in a seperate file. would come with a default set, but would allow to add / replace from another file o add debuging option o add ability to change options after object has been created o add ability to find out settings Known Bugs: o Currently none that I'm aware of. Let me know if you find any.