xxfi_eom.html revision 132943
190792Sgshapiro<html>
290792Sgshapiro<head><title>xxfi_eom</title></head>
390792Sgshapiro<body>
4132943Sgshapiro<!--
5132943Sgshapiro$Id: xxfi_eom.html,v 1.9 2003/03/05 19:57:55 ca Exp $
6132943Sgshapiro-->
790792Sgshapiro<h1>xxfi_eom</h1>
890792Sgshapiro
990792Sgshapiro<table border="0" cellspacing=4 cellpadding=4>
1090792Sgshapiro<!---------- Synopsis ----------->
1190792Sgshapiro<tr><th valign="top" align=left width=150>SYNOPSIS</th><td>
1290792Sgshapiro<pre>
1390792Sgshapiro#include &lt;libmilter/mfapi.h&gt;
1490792Sgshapirosfsistat (*xxfi_eom)(
1590792Sgshapiro	SMFICTX * ctx
1690792Sgshapiro);
1790792Sgshapiro</pre>
1890792SgshapiroEnd of a message.
1990792Sgshapiro</td></tr>
2090792Sgshapiro
2190792Sgshapiro<!----------- Description ---------->
2290792Sgshapiro<tr><th valign="top" align=left>DESCRIPTION</th><td>
2390792Sgshapiro<table border="1" cellspacing=1 cellpadding=4>
2490792Sgshapiro<tr align="left" valign=top>
2590792Sgshapiro<th width="80">Called When</th>
2690792Sgshapiro<td>xxfi_eom is called once after all calls to <a href="xxfi_body.html">xxfi_body</a> for a given message.</td>
2790792Sgshapiro</tr>
2890792Sgshapiro<tr align="left" valign=top>
2990792Sgshapiro<th>Default Behavior</th>
3090792Sgshapiro<td>Do nothing; return SMFIS_CONTINUE.</td>
3190792Sgshapiro</tr>
3290792Sgshapiro</table>
3390792Sgshapiro
3490792Sgshapiro<!----------- Arguments ---------->
3590792Sgshapiro<tr><th valign="top" align=left>ARGUMENTS</th><td>
3690792Sgshapiro    <table border="1" cellspacing=0>
3790792Sgshapiro    <tr bgcolor="#dddddd"><th>Argument</th><th>Description</th></tr>
3890792Sgshapiro    <tr valign="top"><td>ctx</td>
3990792Sgshapiro	<td>Opaque context structure.
4090792Sgshapiro	</td></tr>
4190792Sgshapiro    </table>
4290792Sgshapiro</td></tr>
4390792Sgshapiro
4490792Sgshapiro<!----------- Notes ---------->
4590792Sgshapiro<tr>
4690792Sgshapiro<th valign="top" align=left>NOTES</th> 
4790792Sgshapiro<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.
4890792Sgshapiro</td>
4990792Sgshapiro</tr>
5090792Sgshapiro</table>
5190792Sgshapiro
5290792Sgshapiro<hr size="1">
5390792Sgshapiro<font size="-1">
54112810SgshapiroCopyright (c) 2000, 2003 Sendmail, Inc. and its suppliers.
5590792SgshapiroAll rights reserved.
5690792Sgshapiro<br>
5790792SgshapiroBy using this file, you agree to the terms and conditions set
58112810Sgshapiroforth in the LICENSE.
5990792Sgshapiro</font>
6090792Sgshapiro</body>
6190792Sgshapiro</html>
62