mirror of
https://gitlab.com/simple-nixos-mailserver/nixos-mailserver.git
synced 2025-04-03 06:14:32 +05:00
docs: fix rspamd syntax
See https://rspamd.com/doc/configuration/metrics.html
This commit is contained in:
parent
008d78cc21
commit
8aaa71f86e
@ -47,9 +47,10 @@ details the meaning of each symbol. You can tune the weight if a symbol if neede
|
|||||||
|
|
||||||
services.rspamd.locals = {
|
services.rspamd.locals = {
|
||||||
"groups.conf".text = ''
|
"groups.conf".text = ''
|
||||||
symbols {
|
symbols "FORGED_RECIPIENTS" {
|
||||||
"FORGED_RECIPIENTS" { weight = 0; }
|
weight = 0;
|
||||||
}'';
|
}
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
Tune action thresholds
|
Tune action thresholds
|
||||||
|
Loading…
x
Reference in New Issue
Block a user