spamhaus / spamassassin-dqs

Spamhaus code for the Spamassassin plugin. See https://docs.spamhaustech.com/40-real-world-usage/SpamAssassin/000-intro.html
Apache License 2.0
54 stars 15 forks source link

Problem with shortcircuit #26

Closed Caez83 closed 3 years ago

Caez83 commented 3 years ago

Hello,

I have problem with the shortcircuit option added on sh.pre option The option override trusted_network list and add 100 point to the mail

In my conf mail with a score > 100 are dropped Why are you using this option ?

ricalfieri commented 3 years ago

Shortcircuit doesn't override trusted_networks.

Anyway it is used because if a connecting IP is listed in ZEN, there is almost 0 chance that it could be a legitimate email, and it is shortcircuited to avoid processing further rules, keeping the CPU load lighter

Caez83 commented 3 years ago

We've receveing a lot of mail from mailinblack service, a mail protection system and these IP appear reguliarly in Spamhauss Zen. We've whitlisted it in our trusted_networks blocks but the shortcircuit option add 100 to the mail even if they're in trusted_net