1168515Sgshapiro<HTML>
2168515Sgshapiro<HEAD><TITLE>xxfi_eom</TITLE></HEAD>
3168515Sgshapiro<BODY>
4132943Sgshapiro<!--
5168515Sgshapiro$Id: xxfi_eom.html,v 1.12 2006/12/21 18:30:36 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=100>SYNOPSIS</TH><TD>
12168515Sgshapiro<PRE>
1390792Sgshapiro#include &lt;libmilter/mfapi.h&gt;
1490792Sgshapirosfsistat (*xxfi_eom)(
15168515Sgshapiro	SMFICTX *ctx
1690792Sgshapiro);
17168515Sgshapiro</PRE>
1890792SgshapiroEnd of a message.
19168515Sgshapiro</TD></TR>
2090792Sgshapiro
2190792Sgshapiro<!----------- Description ---------->
22168515Sgshapiro<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>
3390792Sgshapiro
3490792Sgshapiro<!----------- Arguments ---------->
35168515Sgshapiro<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>
4390792Sgshapiro
4490792Sgshapiro<!----------- Notes ---------->
45168515Sgshapiro<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.
48168515SgshapiroModifications are made via the smfi_* routines.
49168515Sgshapiro</TD>
50168515Sgshapiro</TR>
51168515Sgshapiro</TABLE>
5290792Sgshapiro
53168515Sgshapiro<HR size="1">
54168515Sgshapiro<FONT size="-1">
55112810SgshapiroCopyright (c) 2000, 2003 Sendmail, Inc. and its suppliers.
5690792SgshapiroAll rights reserved.
57168515Sgshapiro<BR>
5890792SgshapiroBy using this file, you agree to the terms and conditions set
59112810Sgshapiroforth in the LICENSE.
60168515Sgshapiro</FONT>
61168515Sgshapiro</BODY>
62168515Sgshapiro</HTML>
63