mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
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:
co-authored by
Alexander Riedel
parent
499b8ff7ca
commit
f96d0023d0
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user