diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2014-11-03 15:48:31 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2014-11-03 15:48:31 +0000 |
commit | 2d27e55347ad123ceeb75f7d8c31d0edb66b09e4 (patch) | |
tree | 281dd5969b96c09cab8afd310f6912bacad7b73b | |
parent | 57cde6e41d1aba216301f33b33f22390fb34967b (diff) |
Tweak docs on difference between "local" and "remote" source messages
-rw-r--r-- | doc/doc-docbook/spec.xfpt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt index 8552400cf..534e1b8f3 100644 --- a/doc/doc-docbook/spec.xfpt +++ b/doc/doc-docbook/spec.xfpt @@ -12152,8 +12152,9 @@ the &%-bs%& or &%-bS%& options. .vitem &$sender_host_address$& .vindex "&$sender_host_address$&" -When a message is received from a remote host, this variable contains that -host's IP address. For locally submitted messages, it is empty. +When a message is received from a remote host using SMTP, +this variable contains that +host's IP address. For locally non-SMTP submitted messages, it is empty. .vitem &$sender_host_authenticated$& .vindex "&$sender_host_authenticated$&" |