Evan Platt wrote: > At 12:58 PM 10/9/2006, you wrote: > > > Network tests are definitely missing. There are two ways to turn > > off network tests. The first is with the '-L' option to spamd. The > > second is with config options in local.cf. Using the config options > > should affect both spamd and spamassassin, so based on the > > behavior, I would say that it looks like you still have the '-L' > > option on spamd. Or else they are reading their configuration from > > different directories. > > My local.cf is pretty basic. Nothing in there about network tests or > disabling them. > > > > One thing you can do is to add the '-D' option to spamd. This will > > cause it to log lots of debugging stuff that may help you figure out > > why it is not running network tests. This will be written to syslog > > by default. This will log LOTS of stuff, so you may want to turn it > > on, let one or two messages come through, and then turn it off > > again. You can then read through the debug info and look for > > problems. If you can't see anything wrong, post it here and see if > > we can. > > > > http://www.espphotography.com/debug.txt > > From my untrained eye, it looks like one message did get the tests, > one didn't?
It looks to me like both messages ran the tests. [1041] dbg: uridnsbl: done waiting for URIDNSBL lookups to complete [1041] dbg: uridnsbl: aborting remaining lookups There seems to be a timeout issue. Is there something that might be blocking your DNS lookups? Also... [1041] dbg: spf: cannot load or create Mail::SPF::Query module .... This indicates that SPF checking is enabled, but you have not installed the Perl module for it. You need to install Mail::SPF::Query in order to take advantage of SPF. [1041] dbg: pyzor: pyzor is not available: no pyzor executable found Pyzor is enabled, but it is not installed. If you want to use it, you will need to download and install the pyzor program. -- Bowie