From: Larry Hynes Date: Fri, 10 Jun 2016 18:43:24 +0000 (+0100) Subject: [Doc] Correct edits to table in protocol.md X-Git-Tag: 1.3.0~369^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fpull%2F656%2Fhead;p=rspamd.git [Doc] Correct edits to table in protocol.md --- 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. |