docs: fix rspamd syntax

See https://rspamd.com/doc/configuration/metrics.html
This commit is contained in:
Naïm Favier 2023-12-11 15:34:03 +01:00
parent 008d78cc21
commit 8aaa71f86e
Failed to generate hash of commit

View file

@ -47,9 +47,10 @@ details the meaning of each symbol. You can tune the weight if a symbol if neede
services.rspamd.locals = {
"groups.conf".text = ''
symbols {
"FORGED_RECIPIENTS" { weight = 0; }
}'';
symbols "FORGED_RECIPIENTS" {
weight = 0;
}
'';
};
Tune action thresholds