100 SHORTCIRCUIT Not all rules were run, due to a shortcircuited rule
-
Hello,
I get this error on a inbound e-mail that I wanted to receive. Sender e-mail it's on the white list, pero the shortcircuit rule activate.
What's this rule and why it's activated.
How I can resolve that?
Tue 2024-06-18 09:10:24.218: ---- End AntiVirus results
Tue 2024-06-18 09:10:24.219: Outbreak Protection: Processing skipped. Sender in spam filter allow list.
Tue 2024-06-18 09:10:24.219: Passing message through Spam Filter (Size: 43294)...
Tue 2024-06-18 09:10:24.665: * -100 USER_IN_WELCOMELIST From: address is in the WELCOMELIST
Tue 2024-06-18 09:10:24.665: * -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at https://www.dnswl.org/, no
Tue 2024-06-18 09:10:24.665: * trust
Tue 2024-06-18 09:10:24.665: * [77.2**.1**.145 listed in list.dnswl.org]
Tue 2024-06-18 09:10:24.665: * 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider
Tue 2024-06-18 09:10:24.665: * [c*******er(at)yahoo.es]
Tue 2024-06-18 09:10:24.665: * 0.0 HTML_MESSAGE BODY: HTML included in message
Tue 2024-06-18 09:10:24.665: * -0.0 RCVD_IN_MSPIKE_H2 RBL: Average reputation (+2)
Tue 2024-06-18 09:10:24.665: * [77.2**.1**.145 listed in wl.mailspike.net]
Tue 2024-06-18 09:10:24.665: * 2.2 HTML_TITLE_SUBJ_DIFF No description available.
Tue 2024-06-18 09:10:24.665: * 0.0 T_KAM_HTML_FONT_INVALID Test for Invalidly Named or Formatted Colors
Tue 2024-06-18 09:10:24.665: * in HTML
Tue 2024-06-18 09:10:24.665: * -0.0 T_SCC_BODY_TEXT_LINE No description available.
Tue 2024-06-18 09:10:24.665: * 0.0 T_REMOTE_IMAGE Message contains an external image
Tue 2024-06-18 09:10:24.665: * 100 SHORTCIRCUIT Not all rules were run, due to a shortcircuited rule
Tue 2024-06-18 09:10:24.665: * 8.0 SH_URLHASH_ALL URIHash hit at
Tue 2024-06-18 09:10:24.665: * _url.6pctaljdktpi364bwxuzko2qlq.hbl.dq.spamhaus.net.
Tue 2024-06-18 09:10:24.665: * [mail.onelink.me/107872968]
Tue 2024-06-18 09:10:24.665: ---- End SpamAssassin results
Tue 2024-06-18 09:10:24.665: Spam Filter score/req: 10.20/5.0
Tue 2024-06-18 09:10:24.665: Message refused because spam score is too high
Tue 2024-06-18 09:10:24.667: --> 550 5.6.0 Sorry, message looks like SPAM to me
Tue 2024-06-18 09:10:24.667: SMTP session terminated (Bytes in/out: 44174/6527)Thanks,
-
Arron Staff
You can find more information on Shortcircutting at https://spamassassin.apache.org/full/3.2.x/doc/Mail_SpamAssassin_Plugin_Shortcircuit.html
You'll have to check the .cf files on your server, but it is likely the SH_URLHASH_ALL rule that is causing the shortcircuiting. I found these entries in the \MDaemon\SpamAssassin\rules\20_sh_hbl.cf file.
shortcircuit SH_URLHASH_ALL spam
shortcircuit SH_URLHASH_WITHQM spam
shortcircuit SH_URLHASH_NOSLASH spam
shortcircuit SH_URLHASH_DEFAULT spamTo turn it off edit your local.cf file and set the following:
shortcircuit SH_URLHash_ALL off
Save the file and restart MDSpamD.
When editing cf files do not use Notepad.exe. You'll need to use a tool such as notepad++.
-
Thanks!