In the 3.1.0 upgrade page on the wiki: http://wiki.apache.org/spamassassin/UpgradeTo310
One will find this text: --------------------------------- The SA headers X-Spam-Flag, X-Spam-Checker-Version, X-Spam-Level, and X-Spam-Status are only added to messages that have been flagged as spam. I have been unable to find a way to override this and the always_add_headers configure option is no longer supported. This may be a result of SA no longer rewriting messages. As I understand it messages are left unaltered unless they are flagged as spam in which case a new message is created and the original one is attached to it so that it can be more easily used for bayes training and the like. --------------------------------- What's up with the grossly obsolete reference to "always_add_headers" no longer being supported? Did we time-warp in from 2003 or something? >From the 2.64 mapage: "This option is deprecated in version 2.60 and later." (2.60 was released in Sept, 2003) And, if I read the config correctly, SA 3.1.0 should be default add Checker-Version and Status to all messages. Is it true that 3.1.0 is broken as the wiki indicates, or has someone been posting mis-information to the wiki?