Explorar el Código

[Conf] Add missing includes

tags/1.9.0
Vsevolod Stakhov hace 5 años
padre
commit
dd4ad1e446

+ 4
- 0
conf/modules.d/external_services.conf Ver fichero

@@ -88,4 +88,8 @@ external_services {
# `whitelist` points to a map of IP addresses. Mail from these addresses is not scanned.
whitelist = "/etc/rspamd/antivirus.wl";
}

.include(try=true,priority=5) "${DBDIR}/dynamic/external_services.conf"
.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"
}

+ 3
- 0
src/plugins/lua/external_services.lua Ver fichero

@@ -172,6 +172,9 @@ local function add_scanner_rule(sym, opts)
end
end

rspamd_logger.infox(rspamd_config, 'registered external services rule: %s',
rule.name)

return scan_cb, rule
end


Cargando…
Cancelar
Guardar