This commit is contained in:
github-actions[bot] 2023-04-11 07:17:26 +00:00
parent e9cbc32987
commit d2d09991ab
3 changed files with 43 additions and 7 deletions

View file

@ -786,6 +786,13 @@
ENABLE_RSPAMD_REDIS
</a>
</li>
<li class="md-nav__item">
<a href="#rspamd_greylisting" class="md-nav__link">
RSPAMD_GREYLISTING
</a>
</li>
<li class="md-nav__item">
@ -2676,6 +2683,13 @@
ENABLE_RSPAMD_REDIS
</a>
</li>
<li class="md-nav__item">
<a href="#rspamd_greylisting" class="md-nav__link">
RSPAMD_GREYLISTING
</a>
</li>
<li class="md-nav__item">
@ -3614,7 +3628,7 @@ ClamAV must be enabled (ENABLE_CLAMAV=1) for this.</p>
<p>Enable or disable Rspamd.</p>
<div class="admonition warning">
<p class="admonition-title">Current State</p>
<p>Rspamd-support is under active development. Be aware that breaking changes can happen at any time. To get more information, see <a href="../security/rspamd/">the detailed documentation page for Rspamd</a>.</p>
<p>Rspamd-support is under active development. Be aware that changes can happen at any time. To get more information, see <a href="../security/rspamd/">the detailed documentation page for Rspamd</a>.</p>
</div>
<ul>
<li><strong>0</strong> =&gt; disabled</li>
@ -3634,13 +3648,19 @@ expand_keys = true;
<li>0 =&gt; Disabled</li>
<li>1 =&gt; Enabled</li>
</ul>
<h5 id="rspamd_greylisting"><a class="toclink" href="#rspamd_greylisting">RSPAMD_GREYLISTING</a></h5>
<p>Controls whether the <a href="https://rspamd.com/doc/modules/greylisting.html">Rspamd Greylisting module</a> is enabled. This module can further assist in avoiding spam emails by <a href="https://en.wikipedia.org/wiki/Greylisting_(email)">greylisting</a> e-mails with a certain spam score.</p>
<ul>
<li><strong>0</strong> =&gt; Disabled</li>
<li>1 =&gt; Enabled</li>
</ul>
<h5 id="rspamd_learn"><a class="toclink" href="#rspamd_learn">RSPAMD_LEARN</a></h5>
<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>
</ol>
<div class="admonition attention">
<div class="admonition warning">
<p class="admonition-title">Attention</p>
<p>As of now, the spam learning database is global (i.e. available to all users). If one user deliberately trains it with malicious data, then it will ruin your detection rate.</p>
<p>This feature is suitably only for users who can tell ham from spam and users that can be trusted.</p>