]> source.dussan.org Git - rspamd.git/commitdiff
make sure blocklist.de-rule for Received IPs only triggers once 2486/head
authorheraklit256 <37872459+heraklit256@users.noreply.github.com#>
Fri, 14 Sep 2018 14:37:56 +0000 (16:37 +0200)
committerheraklit256 <37872459+heraklit256@users.noreply.github.com#>
Fri, 14 Sep 2018 14:37:56 +0000 (16:37 +0200)
conf/scores.d/rbl_group.conf

index 47165e0bd5afd4af7b0cce712ba41c848e85ce36..bc9bb6b0edea8c64af2eb8d1711cefc7721d9c8d 100644 (file)
@@ -168,5 +168,6 @@ symbols = {
     "RECEIVED_BLOCKLISTDE" {
         weight = 3.0;
         description = "Received address is listed in Blocklist (https://www.blocklist.de/)";
+        one_shot = true;
     }
 }