Angel L. Mateo wrote: > Hello, > > I have a problem deactivating autowhitelist in my postfix + amavis + > spamassassin servers. We have servers running postfix (2.3.8-2) and > spamassassin (3.1.7-2) through amavisd-new (2.4.2-6) in a debian etch > (4.0) operating system. > > The problem is that we want to deactivate AWL plugin. So we have edited > our /etc/spamassassin/v310.pre and we have comented the line: > > #loadplugin Mail::SpamAssassin::Plugin::AWL > > But after this, AWL is still checking mails. > That should do it, did you restart amavis after commenting it out?
Are you sure /etc/spamassassin is the correct directory, not /etc/mail/spamassassin or some other? try spamassassin --lint -D to see what site rules dir SA is using. Did you check the other files (including the .cf ones) to make sure someone didn't add the AWL to those as well? (loadplugin should never be in a .cf file, but that doesn't stop some folks from doing so) grep AWL /etc/spamassassin/*