mirror of
https://gitlab.com/simple-nixos-mailserver/nixos-mailserver.git
synced 2025-01-27 05:19:05 +01:00
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:
commit
b67b9fbee0
1 changed files with 4 additions and 3 deletions
|
@ -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…
Reference in a new issue