aboutsummaryrefslogtreecommitdiffstats
path: root/doc/markdown
diff options
context:
space:
mode:
authorLarry Hynes <larry@larryhynes.com>2016-06-10 19:43:24 +0100
committerLarry Hynes <larry@larryhynes.com>2016-06-10 19:43:24 +0100
commit9e98bed31cf8cd9cacda5f983b8f98233abe5e73 (patch)
tree9c22229a7cf5288064fb539390139463645f1a96 /doc/markdown
parent204034dd45454882385b54077712b38ec663bfe6 (diff)
downloadrspamd-9e98bed31cf8cd9cacda5f983b8f98233abe5e73.tar.gz
rspamd-9e98bed31cf8cd9cacda5f983b8f98233abe5e73.zip
[Doc] Correct edits to table in protocol.md
Diffstat (limited to 'doc/markdown')
-rw-r--r--doc/markdown/architecture/protocol.md8
1 files 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. |