Add missing comma to rspamd local_networks configuration

This commit is contained in:
Aaron Spettl 2024-01-31 11:08:45 +01:00
parent d426f724cd
commit 3876b23f75
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
pidfile = false; pidfile = false;
soft_reject_on_timeout = true; soft_reject_on_timeout = true;
local_networks = "127.0.0.1/8, 10.0.0.0/8, 172.16.0.0/12 192.168.0.0/16"; local_networks = "127.0.0.1/8, 10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16";