Rombobjörn

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjörn Persson <bjorn@rombobjörn.se>2013-01-15 02:36:37 +0100
committerBjörn Persson <bjorn@rombobjörn.se>2013-01-17 01:53:02 +0100
commitb2bfa8ade4509e672ec4bf0e7ee701f75737dbc3 (patch)
tree60a776e10453f5aa101ddc881829110104e906c1
parentab689196c9623c238cd7e3919be209001a37dc2a (diff)
Updated a comment.
-rw-r--r--milter_api.ads6
1 files changed, 3 insertions, 3 deletions
diff --git a/milter_api.ads b/milter_api.ads
index 9097e69..12cd737 100644
--- a/milter_api.ads
+++ b/milter_api.ads
@@ -293,9 +293,9 @@ package Milter_API is
-- called at the start of each SMTP connection
-- corresponds to xxfi_connect
-- Client_Name is the host name of the client, as determined by a reverse
- -- lookup on the host address. Client_Address describes the client's endpoint
- -- of the SMTP connection. The means to access the contents of Client_Address
- -- are not implemented.
+ -- lookup on the host address. Client_Address points to the client's endpoint
+ -- of the SMTP connection. The functions Address and Port may be used to
+ -- retrieve the address data.
type Helo_Handler is access function
(Context : SMFICTX_Pointer; -- the opaque context handle