docs: Fix typo in imap_filter directive name

https://github.com/foxcpp/maddy/discussions/368
This commit is contained in:
Max Mazurov 2021-07-08 18:04:44 +00:00 committed by GitHub
parent 27f468dd2e
commit ad45d9da91
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -141,7 +141,7 @@ of cache size in KiB.
SQLite-specific performance tuning option. Amount of milliseconds to wait
before giving up on DB lock.
*Syntax*: imap_filters { ... } ++
*Syntax*: imap_filter { ... } ++
*Default*: not set
Specifies IMAP filters to apply for messages delivered from SMTP pipeline.
@ -150,8 +150,7 @@ See *maddy-imap*(5) for filter modules usable here.
Ex.
```
imap_filters {
imap_filter {
command /etc/maddy/sieve.sh {account_name}
}
}
```