diff options
Diffstat (limited to 'gnu/usr.sbin/sendmail/libmilter/docs/xxfi_close.html')
-rw-r--r-- | gnu/usr.sbin/sendmail/libmilter/docs/xxfi_close.html | 96 |
1 files changed, 48 insertions, 48 deletions
diff --git a/gnu/usr.sbin/sendmail/libmilter/docs/xxfi_close.html b/gnu/usr.sbin/sendmail/libmilter/docs/xxfi_close.html index 233cfba7130..99e712af1cb 100644 --- a/gnu/usr.sbin/sendmail/libmilter/docs/xxfi_close.html +++ b/gnu/usr.sbin/sendmail/libmilter/docs/xxfi_close.html @@ -1,52 +1,52 @@ -<html> -<head><title>xxfi_close</title></head> -<body> +<HTML> +<HEAD><TITLE>xxfi_close</TITLE></HEAD> +<BODY> <!-- -$Sendmail: xxfi_close.html,v 1.10 2004/06/16 22:41:36 ca Exp $ +$Sendmail: xxfi_close.html,v 1.13 2006/12/21 18:30:35 ca Exp $ --> -<h1>xxfi_close</h1> +<H1>xxfi_close</H1> -<table border="0" cellspacing=4 cellpadding=4> +<TABLE border="0" cellspacing=4 cellpadding=4> <!---------- Synopsis -----------> -<tr><th valign="top" align=left width=150>SYNOPSIS</th><td> -<pre> +<TR><TH valign="top" align=left width=100>SYNOPSIS</TH><TD> +<PRE> #include <libmilter/mfapi.h> sfsistat (*xxfi_close)( - SMFICTX * ctx + SMFICTX *ctx ); -</pre> +</PRE> The current connection is being closed. -</td></tr> +</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_close is always called once at the end of each connection.</td> -</tr> -<tr align="left" valign=top> -<th>Default Behavior</th> -<td>Do nothing; return SMFIS_CONTINUE.</td> -</tr> -</table> +<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_close is always called once at the end of each connection.</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> +<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> -<ul> -<li>xxfi_close may be called "out-of-order", i.e. before even the +<TR> +<TH valign="top" align=left>NOTES</TH> +<TD> +<UL> +<LI>xxfi_close may be called "out-of-order", i.e. before even the xxfi_connect is called. After a connection is established by the MTA to the filter, if the MTA decides this connection's traffic will be discarded @@ -58,24 +58,24 @@ and developers should anticipate this possibility when crafting their xxfi_close code. In particular, it is incorrect to assume the private context pointer will be something other than NULL in this callback. -<li>xxfi_close is called on close even if the previous mail +<LI>xxfi_close is called on close even if the previous mail transaction was aborted. -<li>xxfi_close is responsible for freeing any resources allocated on a +<LI>xxfi_close is responsible for freeing any resources allocated on a per-connection basis. -<li>Since the connection is already closing, the return value is +<LI>Since the connection is already closing, the return value is currently ignored. -</ul> -</td> -</tr> -</table> +</UL> +</TD> +</TR> +</TABLE> -<hr size="1"> -<font size="-1"> +<HR size="1"> +<FONT size="-1"> Copyright (c) 2000, 2003, 2004 Sendmail, Inc. and its suppliers. All rights reserved. -<br> +<BR> By using this file, you agree to the terms and conditions set forth in the LICENSE. -</font> -</body> -</html> +</FONT> +</BODY> +</HTML> |