aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorAnton Yuzhaninov <citrin+git@citrin.ru>2020-08-10 16:04:10 +0100
committerAnton Yuzhaninov <citrin+git@citrin.ru>2020-08-10 19:27:16 +0100
commit228161c45cb2443ff942dd5886a82e43862fa9d3 (patch)
tree66e1316707ca8bfd642130ab3d719fe96df76145 /conf
parent006a79bca4f2dd186a23334fd118bb3a2f0ff359 (diff)
downloadrspamd-228161c45cb2443ff942dd5886a82e43862fa9d3.tar.gz
rspamd-228161c45cb2443ff942dd5886a82e43862fa9d3.zip
[Feature] Add BOUNCE rule
Diffstat (limited to 'conf')
-rw-r--r--conf/scores.d/headers_group.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/scores.d/headers_group.conf b/conf/scores.d/headers_group.conf
index c82c3a752..83048ea28 100644
--- a/conf/scores.d/headers_group.conf
+++ b/conf/scores.d/headers_group.conf
@@ -68,4 +68,8 @@ symbols = {
weight = -0.2;
description = "Message seems to be from maillist";
}
+ "BOUNCE" {
+ weight = -0.1;
+ description = "(Non) Delivery Status Notification";
+ }
}