Deleted Added
full compact
smfi_progress.html (132943) smfi_progress.html (168515)
1<html>
2<head><title>smfi_progress</title></head>
3<body>
1<HTML>
2<HEAD><TITLE>smfi_progress</TITLE></HEAD>
3<BODY>
4<!--
4<!--
5$Id: smfi_progress.html,v 1.3 2003/03/05 19:57:54 ca Exp $
5$Id: smfi_progress.html,v 1.5 2006/12/21 18:30:35 ca Exp $
6-->
6-->
7<h1>smfi_progress</h1>
7<H1>smfi_progress</H1>
8
8
9<table border="0" cellspacing=4 cellpadding=4>
9<TABLE border="0" cellspacing=4 cellpadding=4>
10<!---------- Synopsis ----------->
10<!---------- Synopsis ----------->
11<tr><th valign="top" align=left width=150>SYNOPSIS</th><td>
12<pre>
11<TR><TH valign="top" align=left width=100>SYNOPSIS</TH><TD>
12<PRE>
13#include &lt;libmilter/mfapi.h&gt;
14int smfi_progress(
15 SMFICTX *ctx;
16);
13#include &lt;libmilter/mfapi.h&gt;
14int smfi_progress(
15 SMFICTX *ctx;
16);
17</pre>
17</PRE>
18Notify the MTA that an operation is still in progress.
18Notify the MTA that an operation is still in progress.
19</td></tr>
19</TD></TR>
20
21<!----------- Description ---------->
20
21<!----------- Description ---------->
22<tr><th valign="top" align=left>DESCRIPTION</th><td>
23<table border="1" cellspacing=1 cellpadding=4>
24<tr align="left" valign=top>
25<th width="80">Called When</th>
26<td>Called only from <a href="xxfi_eom.html">xxfi_eom</a>.</td>
27</tr>
28<tr align="left" valign=top>
29<th width="80">Effects</th>
30<td>smfi_progress notifies the MTA that the filter is still working
31on a message, causing the MTA to re-start its timeouts.</td>
32</tr>
33</table>
22<TR><TH valign="top" align=left>DESCRIPTION</TH><TD>
23<TABLE border="1" cellspacing=1 cellpadding=4>
24<TR align="left" valign=top>
25<TH width="80">Called When</TH>
26<TD>Called only from <A href="xxfi_eom.html">xxfi_eom</A>.</TD>
27</TR>
28<TR align="left" valign=top>
29<TH width="80">Effects</TH>
30<TD>smfi_progress notifies the MTA that the filter is still working
31on a message, causing the MTA to re-start its timeouts.</TD>
32</TR>
33</TABLE>
34
35<!----------- Arguments ---------->
34
35<!----------- Arguments ---------->
36<tr><th valign="top" align=left>ARGUMENTS</th><td>
37 <table border="1" cellspacing=0>
38 <tr bgcolor="#dddddd"><th>Argument</th><th>Description</th></tr>
39 <tr valign="top"><td>ctx</td>
40 <td>Opaque context structure.
41 </td></tr>
42 </table>
43</td></tr>
36<TR><TH valign="top" align=left>ARGUMENTS</TH><TD>
37 <TABLE border="1" cellspacing=0>
38 <TR bgcolor="#dddddd"><TH>Argument</TH><TH>Description</TH></TR>
39 <TR valign="top"><TD>ctx</TD>
40 <TD>Opaque context structure.
41 </TD></TR>
42 </TABLE>
43</TD></TR>
44
45<!----------- Return values ---------->
44
45<!----------- Return values ---------->
46<tr>
47<th valign="top" align=left>RETURN VALUES</th>
46<TR>
47<TH valign="top" align=left>RETURN VALUES</TH>
48
48
49<td>smfi_progress will fail and return MI_FAILURE if:
50<ul>
51 <li>A network error occurs.
52</ul>
49<TD>smfi_progress will fail and return MI_FAILURE if:
50<UL>
51 <LI>A network error occurs.
52</UL>
53Otherwise, it will return MI_SUCCESS
53Otherwise, it will return MI_SUCCESS
54</td>
55</tr>
54</TD>
55</TR>
56
56
57</table>
57</TABLE>
58
58
59<hr size="1">
60<font size="-1">
59<HR size="1">
60<FONT size="-1">
61Copyright (c) 2003 Sendmail, Inc. and its suppliers.
62All rights reserved.
61Copyright (c) 2003 Sendmail, Inc. and its suppliers.
62All rights reserved.
63<br>
63<BR>
64By using this file, you agree to the terms and conditions set
65forth in the LICENSE.
64By using this file, you agree to the terms and conditions set
65forth in the LICENSE.
66</font>
67</body>
68</html>
66</FONT>
67</BODY>
68</HTML>