fix wrong configuration option for maildir (#606)

Signed-off-by: Martin Kjær Jørgensen <me@lagy.org>
This commit is contained in:
Martin Kjær Jørgensen
2025-08-14 22:36:58 +00:00
committed by GitHub
parent 0720bffcb6
commit d62001f5a4

View File

@@ -369,7 +369,7 @@ The full set of configuration options are:
- `mode` - str: The GELF transport type to use. Valid modes: `tcp`, `udp`, `tls`
- `maildir`
- `reports_folder` - str: Full path for mailbox maidir location (Default: `INBOX`)
- `maildir_path` - str: Full path for mailbox maidir location (Default: `INBOX`)
- `maildir_create` - bool: Create maildir if not present (Default: False)
- `webhook` - Post the individual reports to a webhook url with the report as the JSON body