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:
Martin Weinelt
2026-03-09 21:00:17 +00:00
+4 -3
View File
@@ -44,9 +44,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