Hi!
Yes, I know I can do it using ws.surbl.org and setting ws.surbl.org to my own IP but it's kludgey and and hack. Maybe I don't want to share my name servers with others (or in my case I'm not allowed to) so my hack to get it working is open for abuse.
You can do this 3with forwarders in bind, and you can also define a vieuw in bind so only you can use it, i dont see a problem there.
I DO see an advantage that i am using for some other RBLs also, you can then combine the zones into one big list on the nameservers itself...
Like this:
sbl -r/var/named/spamhaus -t21600 -c60 -b127.0.0.1/430 \ sbl.spamhaus.org:ip4set:sbl \
xbl -r/var/named/spamhaus -t21600 -c60 -b127.0.0.1/330 \ xbl.spamhaus.org:ip4set:xbl \
sbl-xbl -r/var/named/spamhaus -t21600 -c60 -b127.0.0.1/230 \ sbl-xbl.spamhaus.org:ip4set:sbl \ sbl-xbl.spamhaus.org:ip4set:xbl \
Bye, Raymond.