Merge branch 'fix-rspamd-doc' into 'master'

docs: fix rspamd syntax

See merge request simple-nixos-mailserver/nixos-mailserver!310
This commit is contained in:
Naïm Favier 2024-03-15 02:55:01 +00:00
commit b67b9fbee0

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