From ad45d9da91a287d8c52b753b64a5762ee0f7aac9 Mon Sep 17 00:00:00 2001 From: Max Mazurov Date: Thu, 8 Jul 2021 18:04:44 +0000 Subject: [PATCH] docs: Fix typo in imap_filter directive name https://github.com/foxcpp/maddy/discussions/368 --- docs/man/maddy-storage.5.scd | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/man/maddy-storage.5.scd b/docs/man/maddy-storage.5.scd index 921108d..fd81029 100644 --- a/docs/man/maddy-storage.5.scd +++ b/docs/man/maddy-storage.5.scd @@ -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} } -} ```