From: realshock <wael.alt...@gmail.com> Date: Thu, 9 Apr 2009 06:56:05 -0700 (PDT) Matt Kettler-3 wrote: > Find out where else you've got "use_auto_whitelist 0" in your config, > and remove it. > On the plus side, it does confirm you've correctly disabled the plugin. I searched all over the place, and following your directions, do you think this command will find where it is? # grep -iR use_auto_whitelist /*
spamassassin -D --lint prints out the config files, eg: spamassassin -D --lint 2>&1 | fgrep 'config: read file' The use_auto_whitelist is in one of those config files. -jeff