diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2018-09-15 19:51:21 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-15 19:51:21 +0100 |
commit | 3e12a51263a3c8dd690ed7d3b0f96a75c3d61b24 (patch) | |
tree | f8814f61c50a39e7088aff0dc50dd0e86ba3081c /conf | |
parent | 1b602c3bb5a3b02b833829269bad9278627d3ce9 (diff) | |
parent | 306192c0ddbfb3344cd540dbdc17177e74c75739 (diff) | |
download | rspamd-3e12a51263a3c8dd690ed7d3b0f96a75c3d61b24.tar.gz rspamd-3e12a51263a3c8dd690ed7d3b0f96a75c3d61b24.zip |
Merge pull request #2486 from heraklit256/rbl-blocklist
make sure blocklist.de-rule for Received IPs only triggers once
Diffstat (limited to 'conf')
-rw-r--r-- | conf/scores.d/rbl_group.conf | 1 |
1 files changed, 1 insertions, 0 deletions
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; } } |