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