Is it correct for emails that are not spam (ie a clean Spamassassin scan) to have no Spam Assassin headers added at all?
If so, is there any way to include the spam assassin score in the headers even if very low and below all thresholds?
For example, in the bare cPanel install, the following headers are added on clean emails:
CODE
X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.hostname.com
X-Spam-Level:
X-Spam-Status: No, score=0.2 required=6.0 tests=BAYES_05,INFO_TLD
autolearn=no version=3.1.3
X-Spam-Level:
X-Spam-Status: No, score=0.2 required=6.0 tests=BAYES_05,INFO_TLD
autolearn=no version=3.1.3
Thanks again!