From 306192c0ddbfb3344cd540dbdc17177e74c75739 Mon Sep 17 00:00:00 2001 From: heraklit256 <37872459+heraklit256@users.noreply.github.com#> Date: Fri, 14 Sep 2018 16:37:56 +0200 Subject: [PATCH] make sure blocklist.de-rule for Received IPs only triggers once --- conf/scores.d/rbl_group.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/scores.d/rbl_group.conf b/conf/scores.d/rbl_group.conf index 47165e0bd..bc9bb6b0e 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; } } -- 2.39.5