freebsd-skq/contrib/sendmail/libmilter/docs/xxfi_eom.html

64 lines
1.6 KiB
HTML
Raw Normal View History

2007-04-09 01:38:51 +00:00
<HTML>
<HEAD><TITLE>xxfi_eom</TITLE></HEAD>
<BODY>
2004-08-01 01:04:57 +00:00
<!--
2014-05-22 03:45:17 +00:00
$Id: xxfi_eom.html,v 1.13 2013-11-22 20:51:39 ca Exp $
2004-08-01 01:04:57 +00:00
-->
2007-04-09 01:38:51 +00:00
<H1>xxfi_eom</H1>
2002-02-17 21:56:45 +00:00
2007-04-09 01:38:51 +00:00
<TABLE border="0" cellspacing=4 cellpadding=4>
2002-02-17 21:56:45 +00:00
<!---------- Synopsis ----------->
2007-04-09 01:38:51 +00:00
<TR><TH valign="top" align=left width=100>SYNOPSIS</TH><TD>
<PRE>
2002-02-17 21:56:45 +00:00
#include &lt;libmilter/mfapi.h&gt;
sfsistat (*xxfi_eom)(
2007-04-09 01:38:51 +00:00
SMFICTX *ctx
2002-02-17 21:56:45 +00:00
);
2007-04-09 01:38:51 +00:00
</PRE>
2002-02-17 21:56:45 +00:00
End of a message.
2007-04-09 01:38:51 +00:00
</TD></TR>
2002-02-17 21:56:45 +00:00
<!----------- Description ---------->
2007-04-09 01:38:51 +00:00
<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>
2020-07-14 21:40:53 +00:00
</TD></TR>
2002-02-17 21:56:45 +00:00
<!----------- Arguments ---------->
2007-04-09 01:38:51 +00:00
<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>
2002-02-17 21:56:45 +00:00
<!----------- Notes ---------->
2007-04-09 01:38:51 +00:00
<TR>
2020-07-14 21:40:53 +00:00
<TH valign="top" align=left>NOTES</TH>
2007-04-09 01:38:51 +00:00
<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>
2002-02-17 21:56:45 +00:00
2007-04-09 01:38:51 +00:00
<HR size="1">
<FONT size="-1">
2014-01-26 20:46:55 +00:00
Copyright (c) 2000, 2003 Proofpoint, Inc. and its suppliers.
2002-02-17 21:56:45 +00:00
All rights reserved.
2007-04-09 01:38:51 +00:00
<BR>
2002-02-17 21:56:45 +00:00
By using this file, you agree to the terms and conditions set
2003-03-29 19:12:53 +00:00
forth in the LICENSE.
2007-04-09 01:38:51 +00:00
</FONT>
</BODY>
</HTML>