From f96d0023d097de52a9df4dcba16ae2d965a9b172 Mon Sep 17 00:00:00 2001 From: trantor1 Date: Fri, 10 Jan 2025 14:49:15 +0100 Subject: [PATCH] mail/rspamd: fix wrong key in greylist.conf template for whitelisted ips (#4459) Co-authored-by: Alexander Riedel --- .../opnsense/service/templates/OPNsense/Rspamd/greylist.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail/rspamd/src/opnsense/service/templates/OPNsense/Rspamd/greylist.conf b/mail/rspamd/src/opnsense/service/templates/OPNsense/Rspamd/greylist.conf index 42e19b416..0d359054d 100644 --- a/mail/rspamd/src/opnsense/service/templates/OPNsense/Rspamd/greylist.conf +++ b/mail/rspamd/src/opnsense/service/templates/OPNsense/Rspamd/greylist.conf @@ -11,5 +11,5 @@ action = "soft reject"; # default greylisted action ipv4_mask = {{ OPNsense.Rspamd.graylist.ipv4mask|default('19') }}; ipv6_mask = {{ OPNsense.Rspamd.graylist.ipv6mask|default('64') }}; - whitelist_ip = "/usr/local/etc/rspamd/local.d/greylist_ip.wl"; + whitelisted_ip = "/usr/local/etc/rspamd/local.d/greylist_ip.wl"; {% endif %}