xref: /freebsd/contrib/sendmail/libmilter/docs/xxfi_eom.html (revision e2c0e292e8a7ca00ba99bcfccc9e637f45c3e8b1)
1d0cef73dSGregory Neil Shapiro<HTML>
2d0cef73dSGregory Neil Shapiro<HEAD><TITLE>xxfi_eom</TITLE></HEAD>
3d0cef73dSGregory Neil Shapiro<BODY>
4e92d3f3fSGregory Neil Shapiro<!--
54313cc83SGregory Neil Shapiro$Id: xxfi_eom.html,v 1.13 2013-11-22 20:51:39 ca Exp $
6e92d3f3fSGregory Neil Shapiro-->
7d0cef73dSGregory Neil Shapiro<H1>xxfi_eom</H1>
840266059SGregory Neil Shapiro
9d0cef73dSGregory Neil Shapiro<TABLE border="0" cellspacing=4 cellpadding=4>
1040266059SGregory Neil Shapiro<!---------- Synopsis ----------->
11d0cef73dSGregory Neil Shapiro<TR><TH valign="top" align=left width=100>SYNOPSIS</TH><TD>
12d0cef73dSGregory Neil Shapiro<PRE>
1340266059SGregory Neil Shapiro#include &lt;libmilter/mfapi.h&gt;
1440266059SGregory Neil Shapirosfsistat (*xxfi_eom)(
1540266059SGregory Neil Shapiro	SMFICTX *ctx
1640266059SGregory Neil Shapiro);
17d0cef73dSGregory Neil Shapiro</PRE>
1840266059SGregory Neil ShapiroEnd of a message.
19d0cef73dSGregory Neil Shapiro</TD></TR>
2040266059SGregory Neil Shapiro
2140266059SGregory Neil Shapiro<!----------- Description ---------->
22d0cef73dSGregory Neil Shapiro<TR><TH valign="top" align=left>DESCRIPTION</TH><TD>
23d0cef73dSGregory Neil Shapiro<TABLE border="1" cellspacing=1 cellpadding=4>
24d0cef73dSGregory Neil Shapiro<TR align="left" valign=top>
25d0cef73dSGregory Neil Shapiro<TH width="80">Called When</TH>
26d0cef73dSGregory 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>
27d0cef73dSGregory Neil Shapiro</TR>
28d0cef73dSGregory Neil Shapiro<TR align="left" valign=top>
29d0cef73dSGregory Neil Shapiro<TH>Default Behavior</TH>
30d0cef73dSGregory Neil Shapiro<TD>Do nothing; return SMFIS_CONTINUE.</TD>
31d0cef73dSGregory Neil Shapiro</TR>
32d0cef73dSGregory Neil Shapiro</TABLE>
33*5b0945b5SGregory Neil Shapiro</TD></TR>
3440266059SGregory Neil Shapiro
3540266059SGregory Neil Shapiro<!----------- Arguments ---------->
36d0cef73dSGregory Neil Shapiro<TR><TH valign="top" align=left>ARGUMENTS</TH><TD>
37d0cef73dSGregory Neil Shapiro    <TABLE border="1" cellspacing=0>
38d0cef73dSGregory Neil Shapiro    <TR bgcolor="#dddddd"><TH>Argument</TH><TH>Description</TH></TR>
39d0cef73dSGregory Neil Shapiro    <TR valign="top"><TD>ctx</TD>
40d0cef73dSGregory Neil Shapiro	<TD>Opaque context structure.
41d0cef73dSGregory Neil Shapiro	</TD></TR>
42d0cef73dSGregory Neil Shapiro    </TABLE>
43d0cef73dSGregory Neil Shapiro</TD></TR>
4440266059SGregory Neil Shapiro
4540266059SGregory Neil Shapiro<!----------- Notes ---------->
46d0cef73dSGregory Neil Shapiro<TR>
47d0cef73dSGregory Neil Shapiro<TH valign="top" align=left>NOTES</TH>
48d0cef73dSGregory Neil Shapiro<TD>A filter is required to make all its modifications to the message headers, body, and envelope in xxfi_eom.
49d0cef73dSGregory Neil ShapiroModifications are made via the smfi_* routines.
50d0cef73dSGregory Neil Shapiro</TD>
51d0cef73dSGregory Neil Shapiro</TR>
52d0cef73dSGregory Neil Shapiro</TABLE>
5340266059SGregory Neil Shapiro
54d0cef73dSGregory Neil Shapiro<HR size="1">
55d0cef73dSGregory Neil Shapiro<FONT size="-1">
565dd76dd0SGregory Neil ShapiroCopyright (c) 2000, 2003 Proofpoint, Inc. and its suppliers.
5740266059SGregory Neil ShapiroAll rights reserved.
58d0cef73dSGregory Neil Shapiro<BR>
5940266059SGregory Neil ShapiroBy using this file, you agree to the terms and conditions set
605ef517c0SGregory Neil Shapiroforth in the LICENSE.
61d0cef73dSGregory Neil Shapiro</FONT>
62d0cef73dSGregory Neil Shapiro</BODY>
63d0cef73dSGregory Neil Shapiro</HTML>
64