From 9e98bed31cf8cd9cacda5f983b8f98233abe5e73 Mon Sep 17 00:00:00 2001 From: Larry Hynes Date: Fri, 10 Jun 2016 19:43:24 +0100 Subject: [PATCH] [Doc] Correct edits to table in protocol.md --- doc/markdown/architecture/protocol.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/markdown/architecture/protocol.md b/doc/markdown/architecture/protocol.md index 75a512718..f16f3380d 100644 --- a/doc/markdown/architecture/protocol.md +++ b/doc/markdown/architecture/protocol.md @@ -34,11 +34,11 @@ To avoid unnecessary work, rspamd allows an MTA to pass pre-processed data about | :-------------- | :-------------------------------- | | **Deliver-To:** | Defines actual delivery recipient of message. Can be used for personalized statistics and for user specific options. | | **IP:** | Defines IP from which this message is received. | -| **Helo:** | Defines SMTP | -| **Hostname:** | Defines resolved | -| **From:** | Defines SMTP mail from command | +| **Helo:** | Defines SMTP helo | +| **Hostname:** | Defines resolved hostname | +| **From:** | Defines SMTP mail from command data | | **Queue-Id:** | Defines SMTP queue id for message (can be used instead of message id in logging). | -| **Rcpt:** | Defines SMTP recipient (it may be several `Rcpt` | +| **Rcpt:** | Defines SMTP recipient (there may be several `Rcpt` headers) | | **Pass:** | If this header has `all` value, all filters would be checked for this message. | | **Subject:** | Defines subject of message (is used for non-mime messages). | | **User:** | Defines SMTP user. | -- 2.39.5