rspamd: reject messages if they get a score of 15 or higher (rspamd default)
This commit is contained in:
parent
297f671106
commit
0ba1d66fdc
|
@ -3,9 +3,6 @@
|
||||||
let
|
let
|
||||||
rspamdExtraConfig = pkgs.writeText "rspamd-extra.conf" ''
|
rspamdExtraConfig = pkgs.writeText "rspamd-extra.conf" ''
|
||||||
secure_ip = [::1]
|
secure_ip = [::1]
|
||||||
actions {
|
|
||||||
reject = null;
|
|
||||||
}
|
|
||||||
options {
|
options {
|
||||||
filters: "chartable,dkim,dkim_signing,spf,surbl,regexp,fuzzy_check"
|
filters: "chartable,dkim,dkim_signing,spf,surbl,regexp,fuzzy_check"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue