mirror of
https://gitlab.com/simple-nixos-mailserver/nixos-mailserver.git
synced 2025-04-01 21:34: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 = {
|
||||
"groups.conf".text = ''
|
||||
symbols {
|
||||
"FORGED_RECIPIENTS" { weight = 0; }
|
||||
}'';
|
||||
symbols "FORGED_RECIPIENTS" {
|
||||
weight = 0;
|
||||
}
|
||||
'';
|
||||
};
|
||||
|
||||
Tune action thresholds
|
||||
|
Loading…
x
Reference in New Issue
Block a user