diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-11-14 14:33:05 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-11-14 14:33:05 +0000 |
commit | 61ba512c5d8b5cce43a8d78630cfe5ee9c0768b0 (patch) | |
tree | 44a64f75faedb7cf82e481b510b40e66abed8b2b /doc | |
parent | 2cb0a88ad70a81d938cbf5a8f8b2052dbe92d7dd (diff) | |
download | rspamd-61ba512c5d8b5cce43a8d78630cfe5ee9c0768b0.tar.gz rspamd-61ba512c5d8b5cce43a8d78630cfe5ee9c0768b0.zip |
Update documentation
Diffstat (limited to 'doc')
-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 |