docs: corrected typo for rspamd check configuration

This commit is contained in:
Louis Guidez reind33r 2024-02-16 00:14:44 +01:00
parent 798c411824
commit bb2c0c9bcc

View file

@ -7,7 +7,7 @@ If rspamd is running locally, it is enough to just add `rspamd` check
with default configuration into appropriate check block (probably in
local_routing):
```
checks {
check {
...
rspamd
}