xxfi_helo.html revision 90792
112315Sasami<html>
212315Sasami<head><title>xxfi_helo</title></head>
312315Sasami<body>
412315Sasami<h1>xxfi_helo</h1>
512315Sasami
612315Sasami<table border="0" cellspacing=4 cellpadding=4>
712315Sasami<!---------- Synopsis ----------->
812315Sasami<tr><th valign="top" align=left width=150>SYNOPSIS</th><td>
912315Sasami<pre>
1012315Sasami#include &lt;libmilter/mfapi.h&gt;
1112315Sasamisfsistat (*xxfi_helo)(
1212315Sasami	SMFICTX * ctx, 
1312315Sasami	char * helohost
1412315Sasami);
1512315Sasami</pre>
1612315SasamiHandle the HELO/EHLO command.
1712315Sasami</td></tr>
1812315Sasami
1912315Sasami<!----------- Description ---------->
2012315Sasami<tr><th valign="top" align=left>DESCRIPTION</th><td>
2112315Sasami<table border="1" cellspacing=1 cellpadding=4>
2212315Sasami<tr align="left" valign=top>
2312315Sasami<th width="80">Called When</th> <td>xxfi_helo is called whenever the client
2412315Sasamisends a HELO/EHLO command.  It may therefore be called between zero and 
2512315Sasamithree times</td>
2612315Sasami</tr>
2712315Sasami<tr align="left" valign=top>
2812315Sasami<th>Default Behavior</th>
2912315Sasami<td>Do nothing; return SMFIS_CONTINUE.</td>
3012315Sasami</tr>
3112315Sasami</table>
3212315Sasami
3312315Sasami<!----------- Arguments ---------->
3412315Sasami<tr><th valign="top" align=left>ARGUMENTS</th><td>
3512315Sasami    <table border="1" cellspacing=0>
3612315Sasami    <tr bgcolor="#dddddd"><th>Argument</th><th>Description</th></tr>
3712315Sasami    <tr valign="top"><td>ctx</td>
3812315Sasami	<td>Opaque context structure.
3912315Sasami	</td></tr>
4012315Sasami    <tr valign="top"><td>helohost</td>
4112315Sasami	<td>Value passed to HELO/EHLO command, which should be
4212315Sasami		the domain name of the sending host (but is, in practice,
4312315Sasami		anything the sending host wants to send).
4412315Sasami	</td></tr>
4512315Sasami    </table>
4612315Sasami</td></tr>
4712315Sasami
4812315Sasami</table>
4912315Sasami
5012315Sasami<hr size="1">
5112315Sasami<font size="-1">
5212315SasamiCopyright (c) 2000 Sendmail, Inc. and its suppliers.
5312315SasamiAll rights reserved.
5412315Sasami<br>
5512315SasamiBy using this file, you agree to the terms and conditions set
5612315Sasamiforth in the <a href="LICENSE.txt">LICENSE</a>.
5712315Sasami</font>
5812315Sasami</body>
5912315Sasami</html>
6012315Sasami