xref: /freebsd/contrib/sendmail/libmilter/docs/xxfi_eom.html (revision 4026605903c0ab8df33c4ae8c419acdb2b652af8)
140266059SGregory Neil Shapiro<html>
240266059SGregory Neil Shapiro<head><title>xxfi_eom</title></head>
340266059SGregory Neil Shapiro<body>
440266059SGregory Neil Shapiro<h1>xxfi_eom</h1>
540266059SGregory Neil Shapiro
640266059SGregory Neil Shapiro<table border="0" cellspacing=4 cellpadding=4>
740266059SGregory Neil Shapiro<!---------- Synopsis ----------->
840266059SGregory Neil Shapiro<tr><th valign="top" align=left width=150>SYNOPSIS</th><td>
940266059SGregory Neil Shapiro<pre>
1040266059SGregory Neil Shapiro#include &lt;libmilter/mfapi.h&gt;
1140266059SGregory Neil Shapirosfsistat (*xxfi_eom)(
1240266059SGregory Neil Shapiro	SMFICTX * ctx
1340266059SGregory Neil Shapiro);
1440266059SGregory Neil Shapiro</pre>
1540266059SGregory Neil ShapiroEnd of a message.
1640266059SGregory Neil Shapiro</td></tr>
1740266059SGregory Neil Shapiro
1840266059SGregory Neil Shapiro<!----------- Description ---------->
1940266059SGregory Neil Shapiro<tr><th valign="top" align=left>DESCRIPTION</th><td>
2040266059SGregory Neil Shapiro<table border="1" cellspacing=1 cellpadding=4>
2140266059SGregory Neil Shapiro<tr align="left" valign=top>
2240266059SGregory Neil Shapiro<th width="80">Called When</th>
2340266059SGregory Neil Shapiro<td>xxfi_eom is called once after all calls to <a href="xxfi_body.html">xxfi_body</a> for a given message.</td>
2440266059SGregory Neil Shapiro</tr>
2540266059SGregory Neil Shapiro<tr align="left" valign=top>
2640266059SGregory Neil Shapiro<th>Default Behavior</th>
2740266059SGregory Neil Shapiro<td>Do nothing; return SMFIS_CONTINUE.</td>
2840266059SGregory Neil Shapiro</tr>
2940266059SGregory Neil Shapiro</table>
3040266059SGregory Neil Shapiro
3140266059SGregory Neil Shapiro<!----------- Arguments ---------->
3240266059SGregory Neil Shapiro<tr><th valign="top" align=left>ARGUMENTS</th><td>
3340266059SGregory Neil Shapiro    <table border="1" cellspacing=0>
3440266059SGregory Neil Shapiro    <tr bgcolor="#dddddd"><th>Argument</th><th>Description</th></tr>
3540266059SGregory Neil Shapiro    <tr valign="top"><td>ctx</td>
3640266059SGregory Neil Shapiro	<td>Opaque context structure.
3740266059SGregory Neil Shapiro	</td></tr>
3840266059SGregory Neil Shapiro    </table>
3940266059SGregory Neil Shapiro</td></tr>
4040266059SGregory Neil Shapiro
4140266059SGregory Neil Shapiro<!----------- Notes ---------->
4240266059SGregory Neil Shapiro<tr>
4340266059SGregory Neil Shapiro<th valign="top" align=left>NOTES</th>
4440266059SGregory Neil Shapiro<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.
4540266059SGregory Neil Shapiro</td>
4640266059SGregory Neil Shapiro</tr>
4740266059SGregory Neil Shapiro</table>
4840266059SGregory Neil Shapiro
4940266059SGregory Neil Shapiro<hr size="1">
5040266059SGregory Neil Shapiro<font size="-1">
5140266059SGregory Neil ShapiroCopyright (c) 2000 Sendmail, Inc. and its suppliers.
5240266059SGregory Neil ShapiroAll rights reserved.
5340266059SGregory Neil Shapiro<br>
5440266059SGregory Neil ShapiroBy using this file, you agree to the terms and conditions set
5540266059SGregory Neil Shapiroforth in the <a href="LICENSE.txt">LICENSE</a>.
5640266059SGregory Neil Shapiro</font>
5740266059SGregory Neil Shapiro</body>
5840266059SGregory Neil Shapiro</html>
59