This commit is contained in:
github-actions[bot] 2023-07-27 00:25:06 +00:00
parent 312ae088d0
commit 459783a1b9
11 changed files with 52 additions and 52 deletions

View file

@ -2419,7 +2419,7 @@ chmod<span class="w"> </span><span class="m">0644</span><span class="w"> </span>
<span class="na">SA_KILL</span><span class="o">=</span><span class="s">100000.0</span>
</code></pre></div>
<ul>
<li>The very negative vaue in <code>SA_TAG</code> makes sure, that all emails have the SpamAssassin headers included.</li>
<li>The very negative value in <code>SA_TAG</code> makes sure, that all emails have the SpamAssassin headers included.</li>
<li><code>SA_TAG2</code> is the actual threshold to set the YES/NO flag for spam detection.</li>
<li><code>SA_KILL</code> needs to be very high, to make sure nothing is bounced at all (<code>SA_KILL</code> superseeds <code>SPAMASSASSIN_SPAM_TO_INBOX</code>)</li>
</ul>