From e326393f03645531aecce6f7ee4f0e192207d9a2 Mon Sep 17 00:00:00 2001 From: Florent Daigniere Date: Sun, 29 Jan 2023 15:47:19 +0100 Subject: [PATCH] fix ooo --- core/rspamd/conf/options.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/rspamd/conf/options.inc b/core/rspamd/conf/options.inc index 22bae565..dc1757c7 100644 --- a/core/rspamd/conf/options.inc +++ b/core/rspamd/conf/options.inc @@ -1,3 +1,3 @@ {% if RELAYNETS %} -local_networks = [{{ RELAYNETS }}]; +local_networks = [{{ RELAYNETS }},{{ SUBNET }}{% if SUBNET6 %}, {{ SUBNET6 }}{% endif %}]; {% endif %}