Skip to content

Commit

Permalink
Merge pull request rspamd#737 from fatalbanana/spf_example
Browse files Browse the repository at this point in the history
Fix format of example setting (rspamd#736)
  • Loading branch information
vstakhov authored Mar 25, 2024
2 parents 19c8eee + 06bd70f commit 5165309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/modules/spf.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ To configure the SPF module, you have the option to manually specify the cache s
spf_cache_expire = 1d; # default max expire for an element in this cache
max_dns_nesting = 10; # maximum number of recursive DNS subrequests
max_dns_requests = 30; # maximum count of DNS requests per record
min_cache_ttl = 5m; # minimum TTL enforced for all elements in SPF records
min_cache_ttl = 5min; # minimum TTL enforced for all elements in SPF records
disable_ipv6 = false; # disable all IPv6 lookups
whitelist = "/path/to/some/file"; # whitelist IPs from checks
~~~
Expand Down

0 comments on commit 5165309

Please sign in to comment.