This commit is contained in:
github-actions[bot] 2023-05-11 09:07:08 +00:00
parent 9200ec1c97
commit bd3a436f43
4 changed files with 44 additions and 45 deletions

View file

@ -3714,7 +3714,7 @@ expand_keys = true;
<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>
<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 its 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>