Quoting Kelsey Forsythe <[EMAIL PROTECTED]>: > My network tests are not implemented on my server. > If I run spamassassin manually from command line on a message I see > the network > filters in play but when I examine messages that have gone through my > Xserve no network tests > are performed. I checked /etc/amavisd.conf and the line with > 'sa_local_tests_only' and the flag is set to 1.
Then it's working exactly as it should. ;) Change: $sa_local_tests_only = 0 Local tests means no network tests are done. You want to turn that off. Cheers, Jeff C.