From f8b456f3758559f691c06ba44d48d37aa650d8e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Peters?= Date: Tue, 3 Nov 2020 21:34:50 +0100 Subject: [PATCH] Update u_e-rspamd.md --- docs/u_e-rspamd.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/u_e-rspamd.md b/docs/u_e-rspamd.md index 1b2a6efd4..bdc4fa461 100644 --- a/docs/u_e-rspamd.md +++ b/docs/u_e-rspamd.md @@ -3,12 +3,14 @@ Rspamd is used for AV handling, DKIM signing and SPAM handling. It's a powerful ## Learn Spam & Ham Rspamd learns mail as spam or ham when you move a message in or out of the junk folder to any mailbox besides trash. -This is achieved by using the Dovecot plugin "antispam" and a simple parser script. +This is achieved by using the Sieve plugin "sieve_imapsieve" and parser scripts. -Rspamd also auto-learns mail when a high or low score is detected (see https://rspamd.com/doc/configuration/statistic.html#autolearning) +Rspamd also auto-learns mail when a high or low score is detected (see https://rspamd.com/doc/configuration/statistic.html#autolearning). We configured the plugin to keep a sane ratio between spam and ham learns. The bayes statistics are written to Redis as keys `BAYES_HAM` and `BAYES_SPAM`. +Besides bayes, a local fuzzy storage is used to learn recurring patterns in text or images that indicate ham or spam. + You can also use Rspamd's web UI to learn ham and / or spam or to adjust certain settings of Rspamd. ### Learn Spam or Ham from existing directory