rspamd: reject messages if they get a score of 15 or higher (rspamd default)

This commit is contained in:
Daniel Frank 2019-09-25 02:22:33 +02:00
parent 297f671106
commit 0ba1d66fdc
Signed by: tokudan
GPG key ID: 063CCCAD04182D32

View file

@ -3,9 +3,6 @@
let
rspamdExtraConfig = pkgs.writeText "rspamd-extra.conf" ''
secure_ip = [::1]
actions {
reject = null;
}
options {
filters: "chartable,dkim,dkim_signing,spf,surbl,regexp,fuzzy_check"
}