1168515Sgshapiro<HTML>
2168515Sgshapiro<HEAD><TITLE>xxfi_abort</TITLE></HEAD>
3168515Sgshapiro<BODY>
4132943Sgshapiro<!--
5266527Sgshapiro$Id: xxfi_abort.html,v 1.13 2013-11-22 20:51:39 ca Exp $
6132943Sgshapiro-->
7168515Sgshapiro<H1>xxfi_abort</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_abort)(
15168515Sgshapiro	SMFICTX *ctx
1690792Sgshapiro);
17168515Sgshapiro</PRE>
1890792SgshapiroHandle the current message's being aborted.
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_abort may be called at any time during message processing (i.e. between some message-oriented routine and <A href="xxfi_eom.html">xxfi_eom</A>).</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>
33363466Sgshapiro</TD></TR>
3490792Sgshapiro
3590792Sgshapiro<!----------- Arguments ---------->
36168515Sgshapiro<TR><TH valign="top" align=left>ARGUMENTS</TH><TD>
37168515Sgshapiro    <TABLE border="1" cellspacing=0>
38168515Sgshapiro    <TR bgcolor="#dddddd"><TH>Argument</TH><TH>Description</TH></TR>
39168515Sgshapiro    <TR valign="top"><TD>ctx</TD>
40168515Sgshapiro	<TD>Opaque context structure.
41168515Sgshapiro	</TD></TR>
42168515Sgshapiro    </TABLE>
43168515Sgshapiro</TD></TR>
4490792Sgshapiro
4590792Sgshapiro<!----------- Notes ---------->
46168515Sgshapiro<TR>
47363466Sgshapiro<TH valign="top" align=left>NOTES</TH>
48168515Sgshapiro<TD>
49168515Sgshapiro<UL>
50168515Sgshapiro<LI>xxfi_abort must reclaim any resources allocated on a per-message
5190792Sgshapirobasis, and must be tolerant of being called between any two
5290792Sgshapiromessage-oriented callbacks.
5390792Sgshapiro
54168515Sgshapiro<LI>Calls to xxfi_abort and <A href="xxfi_eom.html">xxfi_eom</A> are
5590792Sgshapiromutually exclusive.
5690792Sgshapiro
57168515Sgshapiro<LI>xxfi_abort is not responsible for reclaiming connection-specific
58168515Sgshapirodata, since <A href="xxfi_close.html">xxfi_close</A> is always called
5990792Sgshapirowhen a connection is closed.
6090792Sgshapiro
61168515Sgshapiro<LI>Since the current message is already being aborted, the return
6290792Sgshapirovalue is currently ignored.
6390792Sgshapiro
64168515Sgshapiro<LI>xxfi_abort is only called if the message is aborted outside the
65168515Sgshapirofilter's control <B>and</B> the filter has not completed its
6690792Sgshapiromessage-oriented processing.  For example, if a filter has already
6790792Sgshapiroreturned SMFIS_ACCEPT, SMFIS_REJECT, or SMFIS_DISCARD from a
6890792Sgshapiromessage-oriented routine, xxfi_abort will not be called even if the
6990792Sgshapiromessage is later aborted outside its control.
70168515Sgshapiro</UL>
71168515Sgshapiro</TD>
72168515Sgshapiro</TR>
73168515Sgshapiro</TABLE>
7490792Sgshapiro
75168515Sgshapiro<HR size="1">
76168515Sgshapiro<FONT size="-1">
77261194SgshapiroCopyright (c) 2000, 2003 Proofpoint, Inc. and its suppliers.
7890792SgshapiroAll rights reserved.
79168515Sgshapiro<BR>
8090792SgshapiroBy using this file, you agree to the terms and conditions set
81112810Sgshapiroforth in the LICENSE.
82168515Sgshapiro</FONT>
83168515Sgshapiro</BODY>
84168515Sgshapiro</HTML>
85