Yes, it is doing DNS tests correctly now. I was not sure that URIDNSBL or RBL was working after I installed Net::DNS. I can see now with "spamassassin -D dns < test.msg" that it is working correctly. Thank you sooooo much!
David
On 10/20/06, Bowie Bailey <[EMAIL PROTECTED]> wrote:
David Berten wrote:
> I am trying to use URIDNSBL but can not get DNS resolution
>
> SpamAssassin 3.1.7
>
> Output:::
> Net-DNS-0.59]# spamassassin -D dns --lint
> [22770] dbg: dns: is Net::DNS::Resolver available? yes
> [22770] dbg: dns: Net::DNS version: 0.59
> [22770] dbg: dns: is DNS available? 0
'spamassassin --lint' no longer does network tests, so DNS will never
be available in lint. Try running it on one of your emails instead.
spamassassin -D dns < test.msg
--
Bowie