diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2016-03-19 11:22:36 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2016-03-19 11:22:36 +0000 |
commit | b252d06f3ad200480255adb0beb3bf215cf030e4 (patch) | |
tree | 5b621ad594c6929b1a9b0ae251ae56abea163364 /doc/markdown/modules/spf.md | |
parent | 99b18d6183aa16afa94154fc4c953fe8c1853eca (diff) | |
download | rspamd-b252d06f3ad200480255adb0beb3bf215cf030e4.tar.gz rspamd-b252d06f3ad200480255adb0beb3bf215cf030e4.zip |
[Doc] Use UCL highlighter instead of nginx
Diffstat (limited to 'doc/markdown/modules/spf.md')
-rw-r--r-- | doc/markdown/modules/spf.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/markdown/modules/spf.md b/doc/markdown/modules/spf.md index d858a7af3..281cd91b4 100644 --- a/doc/markdown/modules/spf.md +++ b/doc/markdown/modules/spf.md @@ -24,11 +24,11 @@ lifetimes is accordingly limited by the matching DNS record time to live. You can manually specify the size of this cache by configuring SPF module: -~~~nginx +~~~ucl spf { spf_cache_size = 1k; # cache up to 1000 of the most recent SPF records } ~~~ Currently, rspamd supports the full set of SPF elements, macroes and has internal -protection from DNS recursion.
\ No newline at end of file +protection from DNS recursion. |