From ae7061c5613539320d07ab386876c3cc0db02e90 Mon Sep 17 00:00:00 2001 From: Florent Daigniere Date: Mon, 30 Jan 2023 10:29:37 +0100 Subject: [PATCH] Doh --- core/rspamd/conf/options.inc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/core/rspamd/conf/options.inc b/core/rspamd/conf/options.inc index dc1757c7..6ccbfb0a 100644 --- a/core/rspamd/conf/options.inc +++ b/core/rspamd/conf/options.inc @@ -1,3 +1 @@ -{% if RELAYNETS %} -local_networks = [{{ RELAYNETS }},{{ SUBNET }}{% if SUBNET6 %}, {{ SUBNET6 }}{% endif %}]; -{% endif %} +local_networks = [{{ SUBNET }}{% if SUBNET6 %}, {{ SUBNET6 }}{% endif %}{% if RELAYNETS %}, {{ RELAYNETS }}{% endif %}];