]> source.dussan.org Git - rspamd.git/commitdiff
[Fix] groups.conf - filename typo
authorCarsten Rosenberg <c.rosenberg@heinlein-support.de>
Mon, 14 Jan 2019 14:06:35 +0000 (15:06 +0100)
committerCarsten Rosenberg <c.rosenberg@heinlein-support.de>
Mon, 14 Jan 2019 14:06:35 +0000 (15:06 +0100)
conf/groups.conf

index 3e06b5d079ac00721cd5866f1845d2401bb70f9a..51e2a6522db3bc3be3c1b58ecfe4d978687c99b3 100644 (file)
@@ -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"