xxfi_helo.html revision 112810
190792Sgshapiro<html>
290792Sgshapiro<head><title>xxfi_helo</title></head>
390792Sgshapiro<body>
490792Sgshapiro<h1>xxfi_helo</h1>
590792Sgshapiro
690792Sgshapiro<table border="0" cellspacing=4 cellpadding=4>
790792Sgshapiro<!---------- Synopsis ----------->
890792Sgshapiro<tr><th valign="top" align=left width=150>SYNOPSIS</th><td>
990792Sgshapiro<pre>
1090792Sgshapiro#include &lt;libmilter/mfapi.h&gt;
1190792Sgshapirosfsistat (*xxfi_helo)(
1290792Sgshapiro	SMFICTX * ctx, 
1390792Sgshapiro	char * helohost
1490792Sgshapiro);
1590792Sgshapiro</pre>
1690792SgshapiroHandle the HELO/EHLO command.
1790792Sgshapiro</td></tr>
1890792Sgshapiro
1990792Sgshapiro<!----------- Description ---------->
2090792Sgshapiro<tr><th valign="top" align=left>DESCRIPTION</th><td>
2190792Sgshapiro<table border="1" cellspacing=1 cellpadding=4>
2290792Sgshapiro<tr align="left" valign=top>
2390792Sgshapiro<th width="80">Called When</th> <td>xxfi_helo is called whenever the client
2490792Sgshapirosends a HELO/EHLO command.  It may therefore be called between zero and 
2590792Sgshapirothree times</td>
2690792Sgshapiro</tr>
2790792Sgshapiro<tr align="left" valign=top>
2890792Sgshapiro<th>Default Behavior</th>
2990792Sgshapiro<td>Do nothing; return SMFIS_CONTINUE.</td>
3090792Sgshapiro</tr>
3190792Sgshapiro</table>
3290792Sgshapiro
3390792Sgshapiro<!----------- Arguments ---------->
3490792Sgshapiro<tr><th valign="top" align=left>ARGUMENTS</th><td>
3590792Sgshapiro    <table border="1" cellspacing=0>
3690792Sgshapiro    <tr bgcolor="#dddddd"><th>Argument</th><th>Description</th></tr>
3790792Sgshapiro    <tr valign="top"><td>ctx</td>
3890792Sgshapiro	<td>Opaque context structure.
3990792Sgshapiro	</td></tr>
4090792Sgshapiro    <tr valign="top"><td>helohost</td>
4190792Sgshapiro	<td>Value passed to HELO/EHLO command, which should be
4290792Sgshapiro		the domain name of the sending host (but is, in practice,
4390792Sgshapiro		anything the sending host wants to send).
4490792Sgshapiro	</td></tr>
4590792Sgshapiro    </table>
4690792Sgshapiro</td></tr>
4790792Sgshapiro
4890792Sgshapiro</table>
4990792Sgshapiro
5090792Sgshapiro<hr size="1">
5190792Sgshapiro<font size="-1">
52112810SgshapiroCopyright (c) 2000, 2003 Sendmail, Inc. and its suppliers.
5390792SgshapiroAll rights reserved.
5490792Sgshapiro<br>
5590792SgshapiroBy using this file, you agree to the terms and conditions set
56112810Sgshapiroforth in the LICENSE.
5790792Sgshapiro</font>
5890792Sgshapiro</body>
5990792Sgshapiro</html>
60