diff options
author | Vsevolod Stakhov <vsevolod@rspamd.com> | 2024-03-25 20:44:38 +0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-25 20:44:38 +0600 |
commit | 47fe3c705a1f3495b4b0b23413b74bf6d7a40803 (patch) | |
tree | b6ccf89592f641b8e4a9e4eb657345b546643b13 | |
parent | e539b43bdb23c47aacb36eb90c055a8e2c2e6f62 (diff) | |
parent | 7769774962312f9fc6fe342f8d691d33245dffcc (diff) | |
download | rspamd-47fe3c705a1f3495b4b0b23413b74bf6d7a40803.tar.gz rspamd-47fe3c705a1f3495b4b0b23413b74bf6d7a40803.zip |
Merge pull request #4891 from fatalbanana/spf_example
[Minor] Fix format of example setting (rspamd/rspamd.com#736)
-rw-r--r-- | src/plugins/lua/spf.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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) |