Is there any way to get the 'normal' X-Spam-Status header added to emails (new SA system).?
Cpanel does this:
However, normally it also includes info on which tests gave those score points (this is from a H-Sphere server):
How can this be enabled in cpanel?
The Exim config includes "X-Spam-Status: Yes, score=$spam_score" and "X-Spam-Status: No, score=$spam_score", but no info on how to include the tests that accounted for the score.
Exim & cpanel docs didn't help either.
Cpanel does this:
Code:
X-Spam-Status: No, score=4.6
Code:
X-Spam-Status: No, score=1.3 required=5.0 tests=BAYES_40,HTML_MESSAGE, URIBL_JP_SURBL autolearn=ham version=3.2.4
The Exim config includes "X-Spam-Status: Yes, score=$spam_score" and "X-Spam-Status: No, score=$spam_score", but no info on how to include the tests that accounted for the score.
Exim & cpanel docs didn't help either.