diff options
author | heraklit256 <37872459+heraklit256@users.noreply.github.com> | 2018-08-07 14:17:55 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-07 14:17:55 +0000 |
commit | d0c411efd03829a3caa71fca55170136531f0fb2 (patch) | |
tree | f8208bdc181e952105e3ed7344b8e8256f0cce60 /conf/scores.d | |
parent | 728b3a44311cab0717fc1ef9d1576ed94f7118e4 (diff) | |
parent | 043e80725dbacdae4c9589e2558f4b33faf5776a (diff) | |
download | rspamd-d0c411efd03829a3caa71fca55170136531f0fb2.tar.gz rspamd-d0c411efd03829a3caa71fca55170136531f0fb2.zip |
Merge pull request #3 from vstakhov/master
merge upstream into local master
Diffstat (limited to 'conf/scores.d')
-rw-r--r-- | conf/scores.d/policies_group.conf | 4 | ||||
-rw-r--r-- | conf/scores.d/rbl_group.conf | 5 |
2 files changed, 7 insertions, 2 deletions
diff --git a/conf/scores.d/policies_group.conf b/conf/scores.d/policies_group.conf index b7ca9f6f6..e432053ec 100644 --- a/conf/scores.d/policies_group.conf +++ b/conf/scores.d/policies_group.conf @@ -98,7 +98,7 @@ symbols = { "ARC_REJECT" { weight = 2.0; - description = "ARC checks success"; + description = "ARC checks failed"; groups = ["arc"]; } @@ -119,4 +119,4 @@ symbols = { description = "ARC signature absent"; groups = ["arc"]; } -}
\ No newline at end of file +} diff --git a/conf/scores.d/rbl_group.conf b/conf/scores.d/rbl_group.conf index be145e350..6c48cf3bb 100644 --- a/conf/scores.d/rbl_group.conf +++ b/conf/scores.d/rbl_group.conf @@ -149,4 +149,9 @@ symbols = { weight = 1.0; description = "Address is listed in Spameatingmonkey RBL (ipv6)"; } + + "RBL_VIRUSFREE_BOTNET" { + weight = 2.0; + description = "Source IP is listed in virusfree.cz BL"; + } } |