diff options
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. |