diff options
-rw-r--r-- | doc/markdown/configuration/logging.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/markdown/configuration/logging.md b/doc/markdown/configuration/logging.md index 373defa99..ee7212d12 100644 --- a/doc/markdown/configuration/logging.md +++ b/doc/markdown/configuration/logging.md @@ -73,6 +73,10 @@ Rspamd supports the following variables: - `user` - authenticated user - `smtp_from` - envelope from (or MIME from if SMTP from is absent) - `mime_from` - MIME from +- `smtp_rcpt` - envelope rcpt (or MIME from if SMTP from is absent) - the first recipient +- `mime_rcpt` - MIME rcpt - the first recipient +- `smtp_rcpts` - envelope rcpts - all recipients +- `mime_rcpts` - MIME rcpts - all recipients - `len` - length of essage - `is_spam` - one letter of spammines: `T` for spam, `F` for ham and `S` for skipped messages - `action` - default metric action |