xxfi_eom.html revision 132943
1168515Sgshapiro<html>
2168515Sgshapiro<head><title>xxfi_eom</title></head>
3168515Sgshapiro<body>
4132943Sgshapiro<!--
5168515Sgshapiro$Id: xxfi_eom.html,v 1.9 2003/03/05 19:57:55 ca Exp $
6132943Sgshapiro-->
7168515Sgshapiro<h1>xxfi_eom</h1>
890792Sgshapiro
9168515Sgshapiro<table border="0" cellspacing=4 cellpadding=4>
1090792Sgshapiro<!---------- Synopsis ----------->
11168515Sgshapiro<tr><th valign="top" align=left width=150>SYNOPSIS</th><td>
12168515Sgshapiro<pre>
1390792Sgshapiro#include &lt;libmilter/mfapi.h&gt;
1490792Sgshapirosfsistat (*xxfi_eom)(
15168515Sgshapiro	SMFICTX * ctx
16168515Sgshapiro);
1790792Sgshapiro</pre>
18168515SgshapiroEnd of a message.
1990792Sgshapiro</td></tr>
20168515Sgshapiro
2190792Sgshapiro<!----------- Description ---------->
2290792Sgshapiro<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>xxfi_eom is called once after all calls to <a href="xxfi_body.html">xxfi_body</a> for a given message.</td>
27168515Sgshapiro</tr>
28168515Sgshapiro<tr align="left" valign=top>
29168515Sgshapiro<th>Default Behavior</th>
30168515Sgshapiro<td>Do nothing; return SMFIS_CONTINUE.</td>
31168515Sgshapiro</tr>
32168515Sgshapiro</table>
33168515Sgshapiro
3490792Sgshapiro<!----------- Arguments ---------->
3590792Sgshapiro<tr><th valign="top" align=left>ARGUMENTS</th><td>
36168515Sgshapiro    <table border="1" cellspacing=0>
37168515Sgshapiro    <tr bgcolor="#dddddd"><th>Argument</th><th>Description</th></tr>
38168515Sgshapiro    <tr valign="top"><td>ctx</td>
39168515Sgshapiro	<td>Opaque context structure.
40168515Sgshapiro	</td></tr>
41168515Sgshapiro    </table>
42168515Sgshapiro</td></tr>
43168515Sgshapiro
4490792Sgshapiro<!----------- Notes ---------->
4590792Sgshapiro<tr>
46168515Sgshapiro<th valign="top" align=left>NOTES</th> 
47168515Sgshapiro<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.
48168515Sgshapiro</td>
4990792Sgshapiro</tr>
5090792Sgshapiro</table>
51168515Sgshapiro
52168515Sgshapiro<hr size="1">
53168515Sgshapiro<font size="-1">
54168515SgshapiroCopyright (c) 2000, 2003 Sendmail, Inc. and its suppliers.
55168515SgshapiroAll rights reserved.
56168515Sgshapiro<br>
57168515SgshapiroBy using this file, you agree to the terms and conditions set
58168515Sgshapiroforth in the LICENSE.
59168515Sgshapiro</font>
60168515Sgshapiro</body>
61168515Sgshapiro</html>
62168515Sgshapiro