Deleted Added
full compact
xxfi_eom.html (132943) xxfi_eom.html (168515)
1<html>
2<head><title>xxfi_eom</title></head>
3<body>
1<HTML>
2<HEAD><TITLE>xxfi_eom</TITLE></HEAD>
3<BODY>
4<!--
4<!--
5$Id: xxfi_eom.html,v 1.9 2003/03/05 19:57:55 ca Exp $
5$Id: xxfi_eom.html,v 1.12 2006/12/21 18:30:36 ca Exp $
6-->
6-->
7<h1>xxfi_eom</h1>
7<H1>xxfi_eom</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;
14sfsistat (*xxfi_eom)(
13#include &lt;libmilter/mfapi.h&gt;
14sfsistat (*xxfi_eom)(
15 SMFICTX * ctx
15 SMFICTX *ctx
16);
16);
17</pre>
17</PRE>
18End of a message.
18End of a message.
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>xxfi_eom is called once after all calls to <a href="xxfi_body.html">xxfi_body</a> for a given message.</td>
27</tr>
28<tr align="left" valign=top>
29<th>Default Behavior</th>
30<td>Do nothing; return SMFIS_CONTINUE.</td>
31</tr>
32</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>xxfi_eom is called once after all calls to <A href="xxfi_body.html">xxfi_body</A> for a given message.</TD>
27</TR>
28<TR align="left" valign=top>
29<TH>Default Behavior</TH>
30<TD>Do nothing; return SMFIS_CONTINUE.</TD>
31</TR>
32</TABLE>
33
34<!----------- Arguments ---------->
33
34<!----------- Arguments ---------->
35<tr><th valign="top" align=left>ARGUMENTS</th><td>
36 <table border="1" cellspacing=0>
37 <tr bgcolor="#dddddd"><th>Argument</th><th>Description</th></tr>
38 <tr valign="top"><td>ctx</td>
39 <td>Opaque context structure.
40 </td></tr>
41 </table>
42</td></tr>
35<TR><TH valign="top" align=left>ARGUMENTS</TH><TD>
36 <TABLE border="1" cellspacing=0>
37 <TR bgcolor="#dddddd"><TH>Argument</TH><TH>Description</TH></TR>
38 <TR valign="top"><TD>ctx</TD>
39 <TD>Opaque context structure.
40 </TD></TR>
41 </TABLE>
42</TD></TR>
43
44<!----------- Notes ---------->
43
44<!----------- Notes ---------->
45<tr>
46<th valign="top" align=left>NOTES</th>
47<td>A filter is required to make all its modifications to the message headers, body, and envelope in xxfi_eom. Modifications are made via the smfi_* routines.
48</td>
49</tr>
50</table>
45<TR>
46<TH valign="top" align=left>NOTES</TH>
47<TD>A filter is required to make all its modifications to the message headers, body, and envelope in xxfi_eom.
48Modifications are made via the smfi_* routines.
49</TD>
50</TR>
51</TABLE>
51
52
52<hr size="1">
53<font size="-1">
53<HR size="1">
54<FONT size="-1">
54Copyright (c) 2000, 2003 Sendmail, Inc. and its suppliers.
55All rights reserved.
55Copyright (c) 2000, 2003 Sendmail, Inc. and its suppliers.
56All rights reserved.
56<br>
57<BR>
57By using this file, you agree to the terms and conditions set
58forth in the LICENSE.
58By using this file, you agree to the terms and conditions set
59forth in the LICENSE.
59</font>
60</body>
61</html>
60</FONT>
61</BODY>
62</HTML>