> > With SA 3.0, using clear_headers in local.cf does not prevent > the "X-Spam-Report:" header from being inserted into spam > messages. Is this > a bug or a feature? Below is my local.cf. >
I did not confirm X-Spam-Report, but you cant get rid of X-Checker-Version: headers with clear_headers in local.cf either. Unless you comment the lines in Conf.pm # Make sure we add in X-Spam-Checker-Version $self->{headers_spam}->{"Checker-Version"} = "SpamAssassin _VERSION_ (_SUBVERSION_) on _HOSTNAME_"; $self->{headers_ham}->{"Checker-Version"} = $self->{headers_spam}->{"Checker-Version"}; You can override Checker-Version with a different message in local.cf, but trying to get rid of it completely by running a clear_headers or commenting it out in 10_misc.cf where its defined does not help. d