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