mail/rspamd: fix wrong key in greylist.conf template for whitelisted ips (#4459)

Co-authored-by: Alexander Riedel <ariedel@compnetgmbh.de>
This commit is contained in:
trantor1 2025-01-10 14:49:15 +01:00 committed by GitHub
parent 499b8ff7ca
commit f96d0023d0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 %}