summaryrefslogtreecommitdiffstats
path: root/conf/groups.conf
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2018-09-28 19:54:13 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2018-09-29 12:43:13 +0100
commitdcc7e9ad2b201f80b512d49aba79baac87eee675 (patch)
tree801ab5b07d9851ed2299e20bc24c3f9816b3c72e /conf/groups.conf
parent181c7004141a4f07e276ba8dcf0ea98ee9250993 (diff)
downloadrspamd-dcc7e9ad2b201f80b512d49aba79baac87eee675.tar.gz
rspamd-dcc7e9ad2b201f80b512d49aba79baac87eee675.zip
[Conf] Specify whitelist symbols group
Diffstat (limited to 'conf/groups.conf')
-rw-r--r--conf/groups.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/conf/groups.conf b/conf/groups.conf
index 04b777e6b..02e714174 100644
--- a/conf/groups.conf
+++ b/conf/groups.conf
@@ -59,6 +59,12 @@ group "policies" {
.include(try=true; priority=10) "$LOCAL_CONFDIR/override.d/policies_group.conf"
}
+group "whitelist" {
+ .include "$CONFDIR/scores.d/whitelist_group.conf"
+ .include(try=true; priority=1; duplicate=merge) "$LOCAL_CONFDIR/local.d/whitelist_group.conf"
+ .include(try=true; priority=10) "$LOCAL_CONFDIR/override.d/whitelist_group.conf"
+}
+
group "surbl" {
.include "$CONFDIR/scores.d/surbl_group.conf"
.include(try=true; priority=1; duplicate=merge) "$LOCAL_CONFDIR/local.d/surbl_group.conf"