commit 7769774: [Minor] Fix format of example setting (rspamd.com#736)

Andrew Lewis nerf at judo.za.org
Mon Jul 29 17:54:50 UTC 2024


Author: Andrew Lewis
Date: 2024-03-25 13:47:50 +0200
URL: https://github.com/rspamd/rspamd/commit/7769774962312f9fc6fe342f8d691d33245dffcc (refs/pull/4891/head)

[Minor] Fix format of example setting (rspamd.com#736)

---
 src/plugins/lua/spf.lua | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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)


More information about the Commits mailing list