Hi all, I'd like to be able to take a domain such as fellass.us and check it against the same blacklists used by sites like mxtools, except do it on the command-line. We have our own URIBL for domains that haven't yet been added to zen or surriel, etc. I'd like to periodically check my list against theirs to see if it's been added, and whether I should remove the domain from my list.
I know I can run something like the following for surbl: # host fellass.us.multi.surbl.org fellass.us.multi.surbl.org has address 127.0.0.64 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. Thanks, Alex