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/index.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/index.md')
-rw-r--r-- | doc/markdown/modules/index.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/markdown/modules/index.md b/doc/markdown/modules/index.md index 4824f66a1..19af30565 100644 --- a/doc/markdown/modules/index.md +++ b/doc/markdown/modules/index.md @@ -14,7 +14,7 @@ to the main rspamd code. C modules are defined in the `options` section of rspam configuration. If no `filters` attribute is defined then all modules are disabled. The default configuration enables all modules explicitly: -~~~nginx +~~~ucl filters = "chartable,dkim,spf,surbl,regexp,fuzzy_check"; ~~~ @@ -37,7 +37,7 @@ reconfiguration. Should you want to write a lua module consult with the [Lua API documentation](../lua/). To define path to lua modules there is a special section named `modules` in rspamd: -~~~nginx +~~~ucl modules { path = "/path/to/dir/"; path = "/path/to/module.lua"; @@ -62,4 +62,4 @@ and performs some additional checks for such messages. - [phishing](phishing.md) - detects messages with phished URLs. - [ratelimit](ratelimit.md) - implements leaked bucket algorithm for ratelimiting and uses `redis` to store data. -- [trie](trie.md) - uses suffix trie for extra-fast patterns lookup in messages.
\ No newline at end of file +- [trie](trie.md) - uses suffix trie for extra-fast patterns lookup in messages. |