This commit is contained in:
github-actions[bot] 2023-05-13 11:59:47 +00:00
parent 59ae845416
commit 192cd421af
3 changed files with 46 additions and 42 deletions

View file

@ -3702,7 +3702,11 @@ expand_keys = true;
<p>When enabled,</p>
<ol>
<li>the "<a href="https://rspamd.com/doc/configuration/statistic.html#autolearning">autolearning</a>" feature is turned on;</li>
<li>the Bayes classifier will be trained when moving mails from or to the Junk folder (with the help of Sieve scripts).</li>
<li>the Bayes classifier will be trained (with the help of Sieve scripts) when moving mails<ol>
<li>from anywhere to the <code>Junk</code> folder (learning this email as spam);</li>
<li>from the <code>Junk</code> folder into the <code>INBOX</code> (learning this email as ham).</li>
</ol>
</li>
</ol>
<div class="admonition warning">
<p class="admonition-title">Attention</p>