Update u_e-rspamd.md

Dieser Commit ist enthalten in:
André Peters 2020-05-11 15:27:15 +02:00 committet von GitHub
Ursprung 7a27988edd
Commit 4686122e23
Es konnte kein GPG-SchlĂĽssel zu dieser Signatur gefunden werden
GPG-SchlĂĽssel-ID: 4AEE18F83AFDEB23

Datei anzeigen

@ -173,3 +173,16 @@ Then restart the clamd-mailcow service container in the mailcow UI, or using doc
docker-compose restart clamd-mailcow docker-compose restart clamd-mailcow
``` ```
## Discard instead of reject
If you want to silently drop a message, create or edit the file `data/conf/rspamd/override.d/worker-proxy.custom.inc` and add the following content:
```
discard_on_reject = true;
```
Restart Rspamd:
```bash
docker-compose restart rspamd-mailcow
```