Browse Source

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

pull/4891/head
Andrew Lewis 1 month ago
parent
commit
7769774962
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/plugins/lua/spf.lua

+ 1
- 1
src/plugins/lua/spf.lua View File

@@ -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)

Loading…
Cancel
Save