From: Carsten Rosenberg Date: Mon, 14 Jan 2019 14:06:35 +0000 (+0100) Subject: [Fix] groups.conf - filename typo X-Git-Tag: 1.9.0~305^2~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2eaa5503fb6f5df753913b87e0b78e5beaa47d1;p=thirdparty%2Frspamd.git [Fix] groups.conf - filename typo --- diff --git a/conf/groups.conf b/conf/groups.conf index 3e06b5d079..51e2a6522d 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"