realshock wrote:
> Hello
> on lint test i get the following message: 
> -------------------
> [r...@mailgw ~]# spamassassin --lint
> [2871] warn: config: failed to parse line, skipping: use_auto_whitelist 0
> [2871] warn: lint: 1 issues detected, please rerun with debug enabled for
> more information
> -------------------
> i commented out "use_auto_whitelist 0" line from
> /etc/MailScanner/spam.assassin.prefs.conf and i disabled "loadplugin
> Mail::SpamAssassin::Plugin::AWL" in
> /etc/mail/spamassassin/RulesDuJour/v310.pre
> and didn't find that plugin in init.pre
>
> i'm running spamassassin 3.1.8 and MailScanner 4.58.9
>
> Any ideas how to fix this?
>
>   
Find out where else you've got "use_auto_whitelist 0" in your config,
and remove it. You found it in spam.assassin.prefs.conf, but it must be
somewhere else as well. This might just be root's user_prefs, which
wouldn't affect MailScanner runs, but does affect lint runs as root.

Since you've disabled the loadplugin, the "use_auto_whitelist" config
option is no longer supported, and its presence somewhere is what's
generating the lint warning.

On the plus side, it does confirm you've correctly disabled the plugin.


Reply via email to