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