1168515Sgshapiro<HTML>
2168515Sgshapiro<HEAD><TITLE>smfi_progress</TITLE></HEAD>
3168515Sgshapiro<BODY>
4132943Sgshapiro<!--
5266692Sgshapiro$Id: smfi_progress.html,v 1.6 2013-11-22 20:51:39 ca Exp $
6132943Sgshapiro-->
7168515Sgshapiro<H1>smfi_progress</H1>
8132943Sgshapiro
9168515Sgshapiro<TABLE border="0" cellspacing=4 cellpadding=4>
10132943Sgshapiro<!---------- Synopsis ----------->
11168515Sgshapiro<TR><TH valign="top" align=left width=100>SYNOPSIS</TH><TD>
12168515Sgshapiro<PRE>
13132943Sgshapiro#include &lt;libmilter/mfapi.h&gt;
14132943Sgshapiroint smfi_progress(
15132943Sgshapiro	SMFICTX *ctx;
16132943Sgshapiro);
17168515Sgshapiro</PRE>
18132943SgshapiroNotify the MTA that an operation is still in progress.
19168515Sgshapiro</TD></TR>
20132943Sgshapiro
21132943Sgshapiro<!----------- Description ---------->
22168515Sgshapiro<TR><TH valign="top" align=left>DESCRIPTION</TH><TD>
23168515Sgshapiro<TABLE border="1" cellspacing=1 cellpadding=4>
24168515Sgshapiro<TR align="left" valign=top>
25168515Sgshapiro<TH width="80">Called When</TH>
26168515Sgshapiro<TD>Called only from <A href="xxfi_eom.html">xxfi_eom</A>.</TD>
27168515Sgshapiro</TR>
28168515Sgshapiro<TR align="left" valign=top>
29168515Sgshapiro<TH width="80">Effects</TH>
30168515Sgshapiro<TD>smfi_progress notifies the MTA that the filter is still working
31168515Sgshapiroon a message, causing the MTA to re-start its timeouts.</TD>
32168515Sgshapiro</TR>
33168515Sgshapiro</TABLE>
34132943Sgshapiro
35132943Sgshapiro<!----------- Arguments ---------->
36168515Sgshapiro<TR><TH valign="top" align=left>ARGUMENTS</TH><TD>
37168515Sgshapiro    <TABLE border="1" cellspacing=0>
38168515Sgshapiro    <TR bgcolor="#dddddd"><TH>Argument</TH><TH>Description</TH></TR>
39168515Sgshapiro    <TR valign="top"><TD>ctx</TD>
40168515Sgshapiro	<TD>Opaque context structure.
41168515Sgshapiro	</TD></TR>
42168515Sgshapiro    </TABLE>
43168515Sgshapiro</TD></TR>
44132943Sgshapiro
45132943Sgshapiro<!----------- Return values ---------->
46168515Sgshapiro<TR>
47168515Sgshapiro<TH valign="top" align=left>RETURN VALUES</TH> 
48132943Sgshapiro
49168515Sgshapiro<TD>smfi_progress will fail and return MI_FAILURE if:
50168515Sgshapiro<UL>
51168515Sgshapiro    <LI>A network error occurs.
52168515Sgshapiro</UL>
53132943SgshapiroOtherwise, it will return MI_SUCCESS
54168515Sgshapiro</TD>
55168515Sgshapiro</TR>
56132943Sgshapiro
57168515Sgshapiro</TABLE>
58132943Sgshapiro
59168515Sgshapiro<HR size="1">
60168515Sgshapiro<FONT size="-1">
61261363SgshapiroCopyright (c) 2003 Proofpoint, Inc. and its suppliers.
62132943SgshapiroAll rights reserved.
63168515Sgshapiro<BR>
64132943SgshapiroBy using this file, you agree to the terms and conditions set
65132943Sgshapiroforth in the LICENSE.
66168515Sgshapiro</FONT>
67168515Sgshapiro</BODY>
68168515Sgshapiro</HTML>
69