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
No known key found for this signature in database
GPG Key ID: 95AFCE8211908325

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