aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorCarsten Rosenberg <c.rosenberg@heinlein-support.de>2019-01-14 15:06:35 +0100
committerCarsten Rosenberg <c.rosenberg@heinlein-support.de>2019-01-14 15:06:35 +0100
commitc2eaa5503fb6f5df753913b87e0b78e5beaa47d1 (patch)
tree6f48834bccd11b131fcc4218c3dbd13b75218f61 /conf
parent2134040728963f49ce866fa8cd9158539bd9ee03 (diff)
downloadrspamd-c2eaa5503fb6f5df753913b87e0b78e5beaa47d1.tar.gz
rspamd-c2eaa5503fb6f5df753913b87e0b78e5beaa47d1.zip
[Fix] groups.conf - filename typo
Diffstat (limited to 'conf')
-rw-r--r--conf/groups.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/groups.conf b/conf/groups.conf
index 3e06b5d07..51e2a6522 100644
--- a/conf/groups.conf
+++ b/conf/groups.conf
@@ -113,8 +113,8 @@ group "antivirus" {
}
group "external_services" {
- .include(try=true; priority=1; duplicate=merge) "$LOCAL_CONFDIR/local.d/external_services.conf"
- .include(try=true; priority=10) "$LOCAL_CONFDIR/override.d/external_services.conf"
+ .include(try=true; priority=1; duplicate=merge) "$LOCAL_CONFDIR/local.d/external_services_group.conf"
+ .include(try=true; priority=10) "$LOCAL_CONFDIR/override.d/external_services_group.conf"
}
.include(try=true; priority=1; duplicate=merge) "$LOCAL_CONFDIR/local.d/groups.conf"