eeb6d312f5
prevents doing this in one pass.
63 lines
1.6 KiB
HTML
63 lines
1.6 KiB
HTML
<HTML>
|
|
<HEAD><TITLE>xxfi_eom</TITLE></HEAD>
|
|
<BODY>
|
|
<!--
|
|
$Id: xxfi_eom.html,v 1.12 2006/12/21 18:30:36 ca Exp $
|
|
-->
|
|
<H1>xxfi_eom</H1>
|
|
|
|
<TABLE border="0" cellspacing=4 cellpadding=4>
|
|
<!---------- Synopsis ----------->
|
|
<TR><TH valign="top" align=left width=100>SYNOPSIS</TH><TD>
|
|
<PRE>
|
|
#include <libmilter/mfapi.h>
|
|
sfsistat (*xxfi_eom)(
|
|
SMFICTX *ctx
|
|
);
|
|
</PRE>
|
|
End of a message.
|
|
</TD></TR>
|
|
|
|
<!----------- Description ---------->
|
|
<TR><TH valign="top" align=left>DESCRIPTION</TH><TD>
|
|
<TABLE border="1" cellspacing=1 cellpadding=4>
|
|
<TR align="left" valign=top>
|
|
<TH width="80">Called When</TH>
|
|
<TD>xxfi_eom is called once after all calls to <A href="xxfi_body.html">xxfi_body</A> for a given message.</TD>
|
|
</TR>
|
|
<TR align="left" valign=top>
|
|
<TH>Default Behavior</TH>
|
|
<TD>Do nothing; return SMFIS_CONTINUE.</TD>
|
|
</TR>
|
|
</TABLE>
|
|
|
|
<!----------- Arguments ---------->
|
|
<TR><TH valign="top" align=left>ARGUMENTS</TH><TD>
|
|
<TABLE border="1" cellspacing=0>
|
|
<TR bgcolor="#dddddd"><TH>Argument</TH><TH>Description</TH></TR>
|
|
<TR valign="top"><TD>ctx</TD>
|
|
<TD>Opaque context structure.
|
|
</TD></TR>
|
|
</TABLE>
|
|
</TD></TR>
|
|
|
|
<!----------- Notes ---------->
|
|
<TR>
|
|
<TH valign="top" align=left>NOTES</TH>
|
|
<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.
|
|
</TD>
|
|
</TR>
|
|
</TABLE>
|
|
|
|
<HR size="1">
|
|
<FONT size="-1">
|
|
Copyright (c) 2000, 2003 Sendmail, Inc. and its suppliers.
|
|
All rights reserved.
|
|
<BR>
|
|
By using this file, you agree to the terms and conditions set
|
|
forth in the LICENSE.
|
|
</FONT>
|
|
</BODY>
|
|
</HTML>
|