From: Andrew Lewis Date: Mon, 25 Mar 2024 11:47:50 +0000 (+0200) Subject: [Minor] Fix format of example setting (rspamd.com#736) X-Git-Tag: 3.9.0~84^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fpull%2F4891%2Fhead;p=rspamd.git [Minor] Fix format of example setting (rspamd.com#736) --- diff --git a/src/plugins/lua/spf.lua b/src/plugins/lua/spf.lua index 5e151281a..48f3c17be 100644 --- a/src/plugins/lua/spf.lua +++ b/src/plugins/lua/spf.lua @@ -38,7 +38,7 @@ spf { # Maximum count of DNS requests per record max_dns_requests = 30; # Minimum TTL enforced for all elements in SPF records - min_cache_ttl = 5m; + min_cache_ttl = 5min; # Disable all IPv6 lookups disable_ipv6 = false; # Use IP address from a received header produced by this relay (using by attribute)