Hello, in the Exim configuration if we activate the option:
This includes a header: X-OutGoing-Spam-Status
The problem is that this header is being catalogued by SpamAssassin with between 1 and 2 points depending on the configuration of the recipient.
For example, when running mail-tester.com we have 1.5 points .
Does cPanel have a plan to fix this problem?
Thanks!
PS- At the moment we have massively deactivated the check on all our servers:
Code:
Scan outgoing messages for spam and reject based on defined Apache SpamAssassin™ score
The problem is that this header is being catalogued by SpamAssassin with between 1 and 2 points depending on the configuration of the recipient.
Code:
1.7 HAS_X_OUTGOING_SPAM_STAT Has header claiming outbound spam scan - why trust the results?
Does cPanel have a plan to fix this problem?
Thanks!
PS- At the moment we have massively deactivated the check on all our servers:
Code:
sed -i 's/^acl_outgoing_spam_scan_over_int=.*/acl_outgoing_spam_scan_over_int/' /etc/exim.conf.localopts;
sed -i 's/^no_forward_outbound_spam_over_int=.*/no_forward_outbound_spam_over_int/' /etc/exim.conf.localopts;
/scripts/buildeximconf;
/scripts/mailscannerupdate --force;
/usr/local/cpanel/scripts/restartsrv_exim;
Last edited: