1
0
mirror of https://github.com/Mailu/Mailu.git synced 2024-12-16 10:59:53 +02:00
Mailu/core/rspamd/conf/options.inc
Florent Daigniere e326393f03 fix ooo
2023-01-29 15:47:19 +01:00

4 lines
122 B
PHP

{% if RELAYNETS %}
local_networks = [{{ RELAYNETS }},{{ SUBNET }}{% if SUBNET6 %}, {{ SUBNET6 }}{% endif %}];
{% endif %}