diff options
author | heraklit256 <37872459+heraklit256@users.noreply.github.com#> | 2018-09-14 16:37:56 +0200 |
---|---|---|
committer | heraklit256 <37872459+heraklit256@users.noreply.github.com#> | 2018-09-14 16:37:56 +0200 |
commit | 306192c0ddbfb3344cd540dbdc17177e74c75739 (patch) | |
tree | 51c8103a55b9b780c366ba2da086ab232dd6f679 /conf | |
parent | 08a9a1178ae2c9a7ac1ccc00870850655fd1ea52 (diff) | |
download | rspamd-306192c0ddbfb3344cd540dbdc17177e74c75739.tar.gz rspamd-306192c0ddbfb3344cd540dbdc17177e74c75739.zip |
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; } } |