Hello,
I think there is a mistake in /etc/cpanel_exim_system_filter
I had in one of my client Spam score set to 5, then i recieved a notice that his clients get reject message :
Then i checked exim_mainlog why is that
So i try to check what is the spam score of the message :
So score is 1.4 spam score is 14 second case score 1.9 spam score 19 but the message should not be classified as spam but in /etc/cpanel_exim_system_filter i found this :
So the question now is Spam score is 14 or is it 1.4, in my opinion there is an error and should be is above 100 not above 10
I think there is a mistake in /etc/cpanel_exim_system_filter
I had in one of my client Spam score set to 5, then i recieved a notice that his clients get reject message :
Code:
The mail server detected your message as spam and has prevented delivery (10).
Code:
1TRhWI-000156-6O cancelled by system filter: The mail server detected your message as spam and has prevented delivery (10).
Code:
X-Spam-Status: No, score=1.4
X-Spam-Score: 14
X-Spam-Bar: +
X-Ham-Report: Spam detection software, running on the system ********, has
identified this incoming email as possible spam. The original message
has been attached to this so you can view it (if it isn't spam) or label
similar future email. If you have any questions, see the administrator of that system for details.
Content analysis details: (1.4 points, 10.0 required)
pts rule name description
---- ---------------------- --------------------------------------------------
-0.0 SPF_PASS SPF: sender matches SPF record
0.9 SPF_HELO_SOFTFAIL SPF: HELO does not match SPF record (softfail)
0.7 HTML_IMAGE_ONLY_28 BODY: HTML: images with 2400-2800 bytes of words
0.0 HTML_MESSAGE BODY: HTML included in message
-0.2 AWL AWL: From: address is in the auto white-list
X-Spam-Flag: NO
Code:
X-Mailer: Apple Mail (2.1283)
X-Spam-Status: No, score=1.9
X-Spam-Score: 19
X-Spam-Bar: +
X-Ham-Report: Spam detection software, running on the system "*******", has
identified this incoming email as possible spam. The original message
has been attached to this so you can view it (if it isn't spam) or label
similar future email. If you have any questions, see
the administrator of that system for details.
Content preview:
Content analysis details: (1.9 points, 5.0 required)
pts rule name description
---- ---------------------- --------------------------------------------------
-0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low
trust
[74.125.82.41 listed in list.dnswl.org]
0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider
(guillaumedelebecque[at]gmail.com)
-0.0 SPF_PASS SPF: sender matches SPF record
0.8 HTML_IMAGE_RATIO_02 BODY: HTML has a low ratio of text to image area
0.0 HTML_MESSAGE BODY: HTML included in message
1.8 HTML_IMAGE_ONLY_08 BODY: HTML: images with 400-800 bytes of words
X-Spam-Flag: NO
Code:
# The spam score is the "int" value. For example a spam score of 2.5 would be 25
# and a spam score of 5.0 would be 50
if ($h_X-Spam-Score: matches \N^\d+$\N and $h_X-Spam-Score: is above 10)
then
fail text "The mail server detected your message as spam and has prevented delivery (10)."
endif
# END - Included from /usr/local/cpanel/etc/exim/sysfilter/options/fail_spam_score_over_int
Last edited: