diff options
author | Tony Finch <dot@dot.at> | 2006-06-30 12:53:48 +0000 |
---|---|---|
committer | Tony Finch <dot@dot.at> | 2006-06-30 12:53:48 +0000 |
commit | 6bc5cf3c4c8585d39910a1d84261f11c675dff51 (patch) | |
tree | 960ca3d085c76cfde39658d947120b7417dc6ef2 | |
parent | 2c4209ddebe45db68b7a0045a01e7b41f32848ac (diff) |
Fix typo reported by Matt Sealey <matt@genesi-usa.com>
-rw-r--r-- | doc/doc-docbook/spec.xfpt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt index 896287082..2abf8bbd7 100644 --- a/doc/doc-docbook/spec.xfpt +++ b/doc/doc-docbook/spec.xfpt @@ -1,4 +1,4 @@ -. $Cambridge: exim/doc/doc-docbook/spec.xfpt,v 1.6 2006/06/07 17:42:27 fanf2 Exp $ +. $Cambridge: exim/doc/doc-docbook/spec.xfpt,v 1.7 2006/06/30 12:53:48 fanf2 Exp $ . . ///////////////////////////////////////////////////////////////////////////// . This is the primary source of the Exim Manual. It is an xfpt document that is @@ -10851,7 +10851,7 @@ the argument of a HELO or EHLO command. This is omitted if it is identical to the verified host name or to the host's IP address in square brackets. .vitem &$sender_helo_name$& -.cindex "&$sender_hslo_name$&" +.cindex "&$sender_helo_name$&" When a message is received from a remote host that has issued a HELO or EHLO command, the argument of that command is placed in this variable. It is also set if HELO or EHLO is used when a message is received using SMTP locally via |