# SpamAssassin standaard config

{% hint style="info" %}
Deze configuratie kan indien wenselijk per domeinnaam aangepast worden binnen DirectAdmin.
{% endhint %}

Naast 'machine-learning' voor het spamfilter, importeren we een standaard configuratie op elk domeinnaam voor SpamAssassin. Deze configuratie blokkeert een aantal bekende TLD's (domeinnaam extenties zoals .ru).\
\
Deze configuratie is als volgt:<br>

<pre class="language-editorconfig"><code class="lang-editorconfig"><strong>required_score 5.0
</strong>rewrite_header subject [SPAM]

report_safe     1
blacklist_from *@*.buzz
blacklist_from *@*.cf
blacklist_from *@*.ch
blacklist_from *@*.xyz
blacklist_from *@*.cz
blacklist_from *@*.co.cz
blacklist_from *@*.degree
blacklist_from *@*.date
blacklist_from *@*.se
blacklist_from *@*.center
blacklist_from *@*.fit
blacklist_from *@*.wtf
blacklist_from *@*.ga
blacklist_from *@*.gg
blacklist_from *@*.live
blacklist_from *@*.loan
blacklist_from *@*.ml
blacklist_from *@*.ru
blacklist_from *@*.su
blacklist_from *@*.tk
blacklist_from *@medianews24.nl
blacklist_from *@dragonfly-amusement.com
blacklist_from *@leadpartners24.nl
blacklist_from *@leadpress.nl
blacklist_from bestellen@deutsche-stromgenerator.com
blacklist_from *@mediaprogroup.pl
blacklist_from *@promojungle.nl
blacklist_from muster@werbemittelpartner.com
blacklist_from *@salepower.nl
blacklist_from *@worldshare.nl
blacklist_from *@pistrboot.com
blacklist_from *@novaintell.de
blacklist_from *@julymachinery.com
blacklist_from *@booksaners.de
blacklist_from *@centermultiservice.com
blacklist_from *@werbemittelexperten.com
blacklist_from *@maryfranksalon.com
blacklist_from *@legbrake.info
blacklist_from *@masondixonknitting.com
blacklist_from *@soxl.com
blacklist_from klant@update.nl
blacklist_from *@martialartsplusinc.com
blacklist_from *@dreamscoops.com
blacklist_from *@martialartsplusinc.com
blacklist_from *@serpo.nl
blacklist_from *@martwells.com
blacklist_from *@dragoman.com
blacklist_from *@belastingdiensrt.czvp.nl
blacklist_from *@fussball-tischkicker.com
blacklist_from *@prowelderguide.com
blacklist_from *@prstumpstuff.com
blacklist_from *@pistrboot.com
blacklist_from *@t-online.de
blacklist_from *@elektro-fahrraeder.net
blacklist_from afvallen@brightprom.com
blacklist_from *@nasamlinkes.nl
blacklist_from *@motherhunt.info
blacklist_from auftrag@officeblitz.net
blacklist_from verkauf@logikversand.com
blacklist_from noreply.icsmailing@wxs.nl

whitelist_from *@ettekoven-it.nl
whitelist_from *@aquawd.nl


#SAFE AREA start
use_razor2 1
use_bayes 1
bayes_auto_learn 1
skip_rbl_checks 0
use_pyzor 1
#SAFE AREA end
</code></pre>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://kennisbank.ettekoven-it.nl/e-mail/spamassassin-standaard-config.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
