I know the default way of configuring spamassassin to use a dnsbl is like
this:
header RCVD_IN_DSBL eval:check_rbl_txt('dsbl',
'list.dsbl.org.')
describe RCVD_IN_DSBL Received via a relay in list.dsbl.org
tflags RCVD_IN_DSBL net
Now, I set up my own dnsbl and I was wondering if was possible to
supply the host to check with in addition to just the zone, so I don't have
to add a forward entry in dns or add a nameserver entry in resolv.conf
Basically, I want to have spamassassin do what I can do manually with dig:
dig @192.168.13.13 2.0.53.198.my-dnsbl.steve.net
Assumming I had a zone my-dnsbl.steve.net on the ip 192.168.13.13, this
would return a 127.0.0.2 response (assuming that 198.53.0.2 was in the
zone file).
Anyway is something like this possible with spamassassin?
thanks for your time,
Steve Cohen