From: heraklit256 <37872459+heraklit256@users.noreply.github.com#> Date: Fri, 14 Sep 2018 14:37:56 +0000 (+0200) Subject: make sure blocklist.de-rule for Received IPs only triggers once X-Git-Tag: 1.8.0~99^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F2486%2Fhead;p=thirdparty%2Frspamd.git make sure blocklist.de-rule for Received IPs only triggers once --- diff --git a/conf/scores.d/rbl_group.conf b/conf/scores.d/rbl_group.conf index 47165e0bd5..bc9bb6b0ed 100644 --- a/conf/scores.d/rbl_group.conf +++ b/conf/scores.d/rbl_group.conf @@ -168,5 +168,6 @@ symbols = { "RECEIVED_BLOCKLISTDE" { weight = 3.0; description = "Received address is listed in Blocklist (https://www.blocklist.de/)"; + one_shot = true; } }