diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-01-02 11:09:48 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-01-02 11:09:48 +0000 |
commit | 93924542f9532e34ba9241ef009a4ce8f78eca9b (patch) | |
tree | bee976a966b7eb9fe6e67c5a666af3f6cc8a0fc8 /doc | |
parent | 675616059cc7efe021ff76cd065d9c5a93eb40a9 (diff) | |
download | rspamd-93924542f9532e34ba9241ef009a4ce8f78eca9b.tar.gz rspamd-93924542f9532e34ba9241ef009a4ce8f78eca9b.zip |
Update docs.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/markdown/modules/fuzzy_check.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/markdown/modules/fuzzy_check.md b/doc/markdown/modules/fuzzy_check.md index d363220ac..b85496a5a 100644 --- a/doc/markdown/modules/fuzzy_check.md +++ b/doc/markdown/modules/fuzzy_check.md @@ -135,7 +135,7 @@ fuzzy_check { If a hash has value `10`, then a symbol `FUZZY_DENIED` with weight of `2.0` will be added. If a hash has value `100500`, then `FUZZY_DENIED` will have weight `10.0`. -## Learning for fuzzy_check +## Learning fuzzy_check Module `fuzzy_check` also allows to learn messages. You can use `rspamc` command or connect to the **controller** worker using HTTP protocol. For learning you must check @@ -158,3 +158,5 @@ or delete hashes: rspamc -f <flag> fuzzy_del ... +On learning, rspamd sends commands to **all** servers inside specific rule. On check, +rspamd selects a server in round-robin matter.
\ No newline at end of file |