On Tue, Feb 07, 2006 at 06:47:06PM -0500, Matt Kettler wrote: > Jim C. Nasby wrote: > >> Are you using network tests? Without DNSBLs it's often hard to get enough > >> header > >> points to cause spam learning.. > > > > I believe so... > > > > grep loadplugin /usr/local/etc/mail/spamassassin/init.pre > > # loadplugin Mail::SpamAssassin::Plugin::RelayCountry > > loadplugin Mail::SpamAssassin::Plugin::URIDNSBL > > loadplugin Mail::SpamAssassin::Plugin::Hashcash > > loadplugin Mail::SpamAssassin::Plugin::SPF > > > > None of that will tell you if DNSBLs are enabled.. The DNSBLs aren't a plugin, > they're a built-in that auto-enables itself in you have perl's Net::DNS > installed. Try running spamassassin --lint -D and look for these lines: > > [18000] dbg: dns: is Net::DNS::Resolver available? yes > [18000] dbg: dns: Net::DNS version: 0.48
spamassassin --lint -D |& grep Net::DNS | grep -i version [50306] dbg: dns: Net::DNS version: 0.55 [50306] dbg: diag: module installed: Net::DNS, version 0.55 -- Jim C. Nasby, Database Architect [EMAIL PROTECTED] Give your computer some brain candy! www.distributed.net Team #1828 Windows: "Where do you want to go today?" Linux: "Where do you want to go tomorrow?" FreeBSD: "Are you guys coming, or what?"