commit c2eaa55: [Fix] groups.conf - filename typo
Carsten Rosenberg
c.rosenberg at heinlein-support.de
Thu Jan 17 15:07:19 UTC 2019
Author: Carsten Rosenberg
Date: 2019-01-14 15:06:35 +0100
URL: https://github.com/rspamd/rspamd/commit/c2eaa5503fb6f5df753913b87e0b78e5beaa47d1
[Fix] groups.conf - filename typo
---
conf/groups.conf | 4 ++--
1 file 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"
More information about the Commits
mailing list