Deleted Added
full compact
1,3c1,3
< <html>
< <head><title>smfi_quarantine</title></head>
< <body>
---
> <HTML>
> <HEAD><TITLE>smfi_quarantine</TITLE></HEAD>
> <BODY>
5c5
< $Id: smfi_quarantine.html,v 1.3 2003/03/05 19:57:54 ca Exp $
---
> $Id: smfi_quarantine.html,v 1.5 2006/12/21 18:30:35 ca Exp $
7c7
< <h1>smfi_quarantine</h1>
---
> <H1>smfi_quarantine</H1>
9c9
< <table border="0" cellspacing=4 cellpadding=4>
---
> <TABLE border="0" cellspacing=4 cellpadding=4>
11,12c11,12
< <tr><th valign="top" align=left width=150>SYNOPSIS</th><td>
< <pre>
---
> <TR><TH valign="top" align=left width=100>SYNOPSIS</TH><TD>
> <PRE>
18c18
< </pre>
---
> </PRE>
20c20
< </td></tr>
---
> </TD></TR>
23,33c23,33
< <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>Called only from <a href="xxfi_eom.html">xxfi_eom</a>.</td>
< </tr>
< <tr align="left" valign=top>
< <th width="80">Effects</th>
< <td>smfi_quarantine quarantines the message using the given reason.</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>Called only from <A href="xxfi_eom.html">xxfi_eom</A>.</TD>
> </TR>
> <TR align="left" valign=top>
> <TH width="80">Effects</TH>
> <TD>smfi_quarantine quarantines the message using the given reason.</TD>
> </TR>
> </TABLE>
36,46c36,46
< <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>
< <tr valign="top"><td>reason</td>
< <td>The quarantine reason, a non-NULL and non-empty null-terminated string.
< </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>
> <TR valign="top"><TD>reason</TD>
> <TD>The quarantine reason, a non-NULL and non-empty null-terminated string.
> </TD></TR>
> </TABLE>
> </TD></TR>
49,50c49,50
< <tr>
< <th valign="top" align=left>RETURN VALUES</th>
---
> <TR>
> <TH valign="top" align=left>RETURN VALUES</TH>
52,57c52,57
< <td>smfi_quarantine will fail and return MI_FAILURE if:
< <ul>
< <li>reason is NULL or empty.
< <li>A network error occurs.
< <li>SMFIF_QUARANTINE was not set when <a href="smfi_register.html">smfi_register</a> was called.
< </ul>
---
> <TD>smfi_quarantine will fail and return MI_FAILURE if:
> <UL>
> <LI>reason is NULL or empty.
> <LI>A network error occurs.
> <LI>SMFIF_QUARANTINE was not set when <A href="smfi_register.html">smfi_register</A> was called.
> </UL>
59,60c59,60
< </td>
< </tr>
---
> </TD>
> </TR>
62c62
< </table>
---
> </TABLE>
64,65c64,65
< <hr size="1">
< <font size="-1">
---
> <HR size="1">
> <FONT size="-1">
68c68
< <br>
---
> <BR>
71,73c71,73
< </font>
< </body>
< </html>
---
> </FONT>
> </BODY>
> </HTML>