Hi, >> It would be great if there was an automated script that included >> checking surbl.org and others right from a shell script, given a >> domain name. >> > I've attached a perl script that I hacked together 15 years ago to > query both host-based and IPv4 based DNSBL lists. It's kind'a mutated > over the years (entries added/removed and more features added). > Probably needs even more updating, haven't checked the RBL list > in a while. > It will read arguments from the command line, from std-in or from > a file of names.
Awesome, thanks everyone so much for your input. This is pretty much exactly what I need to do. I'd like to be able to scan my local list and remove the ones duplicated with those already listed in zen/surbl, etc. I'll modify this as necessary, and maybe see if I can figure out how to have it automatically remove those dupes. It would just be something that was run when I feel like my list is getting too large, so perhaps only once a week or so... Thanks again, Alex