This commit is contained in:
github-actions[bot] 2023-04-11 16:51:49 +00:00
parent d2d09991ab
commit a5ac8e68b5
3 changed files with 40 additions and 1 deletions

View file

@ -800,6 +800,20 @@
RSPAMD_LEARN
</a>
</li>
<li class="md-nav__item">
<a href="#rspamd_hfilter" class="md-nav__link">
RSPAMD_HFILTER
</a>
</li>
<li class="md-nav__item">
<a href="#rspamd_hfilter_hostname_unknown_score" class="md-nav__link">
RSPAMD_HFILTER_HOSTNAME_UNKNOWN_SCORE
</a>
</li>
</ul>
@ -2697,6 +2711,20 @@
RSPAMD_LEARN
</a>
</li>
<li class="md-nav__item">
<a href="#rspamd_hfilter" class="md-nav__link">
RSPAMD_HFILTER
</a>
</li>
<li class="md-nav__item">
<a href="#rspamd_hfilter_hostname_unknown_score" class="md-nav__link">
RSPAMD_HFILTER_HOSTNAME_UNKNOWN_SCORE
</a>
</li>
</ul>
@ -3669,6 +3697,15 @@ expand_keys = true;
<li><strong>0</strong> =&gt; Disabled</li>
<li>1 =&gt; Enabled</li>
</ul>
<h5 id="rspamd_hfilter"><a class="toclink" href="#rspamd_hfilter">RSPAMD_HFILTER</a></h5>
<p>Can be used to enable or disable the <a href="https://www.rspamd.com/doc/modules/hfilter.html">Hfilter group module</a>. This is used by DMS to adjust the <code>HFILTER_HOSTNAME_UNKNOWN</code> symbol, increasing it's default weight to act similar to Postfix's <code>reject_unknown_client_hostname</code>, without the need to outright reject a message.</p>
<ul>
<li>0 =&gt; Disabled</li>
<li><strong>1</strong> =&gt; Enabled</li>
</ul>
<h5 id="rspamd_hfilter_hostname_unknown_score"><a class="toclink" href="#rspamd_hfilter_hostname_unknown_score">RSPAMD_HFILTER_HOSTNAME_UNKNOWN_SCORE</a></h5>
<p>Can be used to control the score when the <a href="#rspamd_hfilter"><code>HFILTER_HOSTNAME_UNKNOWN</code> symbol</a> applies. A higher score is more punishing. Setting it to 15 (the default score for rejecting an e-mail) is equivalent to rejecting the email when the check fails.</p>
<p>Default: 6 (which corresponds to the <code>add_header</code> action)</p>
<h4 id="reports"><a class="toclink" href="#reports">Reports</a></h4>
<h5 id="pflogsumm_trigger"><a class="toclink" href="#pflogsumm_trigger">PFLOGSUMM_TRIGGER</a></h5>
<p>Enables regular Postfix log summary ("pflogsumm") mail reports.</p>

View file

@ -1761,6 +1761,8 @@
<li><a href="../../environment/#enable_rspamd"><code>ENABLE_RSPAMD</code></a></li>
<li><a href="../../environment/#enable_rspamd_redis"><code>ENABLE_RSPAMD_REDIS</code></a></li>
<li><a href="../../environment/#rspamd_greylisting"><code>RSPAMD_GREYLISTING</code></a></li>
<li><a href="../../environment/#rspamd_hfilter"><code>RSPAMD_HFILTER</code></a></li>
<li><a href="../../environment/#rspamd_hfilter_hostname_unknown_score"><code>RSPAMD_HFILTER_HOSTNAME_UNKNOWN_SCORE</code></a></li>
<li><a href="../../environment/#rspamd_learn"><code>RSPAMD_LEARN</code></a></li>
<li><a href="../../environment/#move_spam_to_junk"><code>MOVE_SPAM_TO_JUNK</code></a></li>
</ol>

File diff suppressed because one or more lines are too long