Deleted Added
full compact
xxfi_helo.html (132943) xxfi_helo.html (157001)
1<html>
2<head><title>xxfi_helo</title></head>
3<body>
4<!--
1<html>
2<head><title>xxfi_helo</title></head>
3<body>
4<!--
5$Id: xxfi_helo.html,v 1.8 2003/03/05 19:57:55 ca Exp $
5$Id: xxfi_helo.html,v 1.9 2005/08/30 23:41:45 ca Exp $
6-->
7<h1>xxfi_helo</h1>
8
9<table border="0" cellspacing=4 cellpadding=4>
10<!---------- Synopsis ----------->
11<tr><th valign="top" align=left width=150>SYNOPSIS</th><td>
12<pre>
13#include &lt;libmilter/mfapi.h&gt;

--- 5 unchanged lines hidden (view full) ---

19Handle the HELO/EHLO command.
20</td></tr>
21
22<!----------- Description ---------->
23<tr><th valign="top" align=left>DESCRIPTION</th><td>
24<table border="1" cellspacing=1 cellpadding=4>
25<tr align="left" valign=top>
26<th width="80">Called When</th> <td>xxfi_helo is called whenever the client
6-->
7<h1>xxfi_helo</h1>
8
9<table border="0" cellspacing=4 cellpadding=4>
10<!---------- Synopsis ----------->
11<tr><th valign="top" align=left width=150>SYNOPSIS</th><td>
12<pre>
13#include &lt;libmilter/mfapi.h&gt;

--- 5 unchanged lines hidden (view full) ---

19Handle the HELO/EHLO command.
20</td></tr>
21
22<!----------- Description ---------->
23<tr><th valign="top" align=left>DESCRIPTION</th><td>
24<table border="1" cellspacing=1 cellpadding=4>
25<tr align="left" valign=top>
26<th width="80">Called When</th> <td>xxfi_helo is called whenever the client
27sends a HELO/EHLO command. It may therefore be called between zero and
28three times</td>
27sends a HELO/EHLO command.
28It may therefore be called several times or even not at all;
29some restrictions can be imposed by the MTA configuration.
30</td>
29</tr>
30<tr align="left" valign=top>
31<th>Default Behavior</th>
32<td>Do nothing; return SMFIS_CONTINUE.</td>
33</tr>
34</table>
35
36<!----------- Arguments ---------->

--- 10 unchanged lines hidden (view full) ---

47 </td></tr>
48 </table>
49</td></tr>
50
51</table>
52
53<hr size="1">
54<font size="-1">
31</tr>
32<tr align="left" valign=top>
33<th>Default Behavior</th>
34<td>Do nothing; return SMFIS_CONTINUE.</td>
35</tr>
36</table>
37
38<!----------- Arguments ---------->

--- 10 unchanged lines hidden (view full) ---

49 </td></tr>
50 </table>
51</td></tr>
52
53</table>
54
55<hr size="1">
56<font size="-1">
55Copyright (c) 2000, 2003 Sendmail, Inc. and its suppliers.
57Copyright (c) 2000, 2003, 2005 Sendmail, Inc. and its suppliers.
56All rights reserved.
57<br>
58By using this file, you agree to the terms and conditions set
59forth in the LICENSE.
60</font>
61</body>
62</html>
58All rights reserved.
59<br>
60By using this file, you agree to the terms and conditions set
61forth in the LICENSE.
62</font>
63</body>
64</html>