mirror of
https://github.com/foxcpp/maddy.git
synced 2025-04-04 21:47:40 +03:00
docs: Fix typo in imap_filter directive name
https://github.com/foxcpp/maddy/discussions/368
This commit is contained in:
parent
27f468dd2e
commit
ad45d9da91
1 changed files with 2 additions and 3 deletions
|
@ -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}
|
||||
}
|
||||
}
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue