Deleted Added
full compact
api.html (203004) api.html (244833)
1<HTML>
2<HEAD><TITLE>Milter API</TITLE></HEAD>
3<BODY>
4<!--
1<HTML>
2<HEAD><TITLE>Milter API</TITLE></HEAD>
3<BODY>
4<!--
5$Id: api.html,v 1.37 2009/05/19 00:40:52 ca Exp $
5$Id: api.html,v 1.38 2012/03/29 03:18:37 ca Exp $
6-->
7<H1>Milter API</H1>
8
9<H2>Contents</H2>
10<UL>
11 <LI><A HREF="#LibraryControlFunctions">Library Control Functions</A>
12 <LI><A HREF="#DataAccessFunctions">Data Access Functions</A>
13 <LI><A HREF="#MessageModificationFunctions">Message Modification Functions</A>

--- 195 unchanged lines hidden (view full) ---

209 <TD>SMFIS_CONTINUE</TD>
210 <TD>Continue processing the current connection, message, or recipient.
211 </TD>
212 </TR>
213 <TR VALIGN="TOP">
214 <TD>SMFIS_REJECT</TD>
215 <TD>For a connection-oriented routine, reject this connection; call <A HREF="xxfi_close.html">xxfi_close</A>.<BR>
216 For a message-oriented routine (except
6-->
7<H1>Milter API</H1>
8
9<H2>Contents</H2>
10<UL>
11 <LI><A HREF="#LibraryControlFunctions">Library Control Functions</A>
12 <LI><A HREF="#DataAccessFunctions">Data Access Functions</A>
13 <LI><A HREF="#MessageModificationFunctions">Message Modification Functions</A>

--- 195 unchanged lines hidden (view full) ---

209 <TD>SMFIS_CONTINUE</TD>
210 <TD>Continue processing the current connection, message, or recipient.
211 </TD>
212 </TR>
213 <TR VALIGN="TOP">
214 <TD>SMFIS_REJECT</TD>
215 <TD>For a connection-oriented routine, reject this connection; call <A HREF="xxfi_close.html">xxfi_close</A>.<BR>
216 For a message-oriented routine (except
217 <A HREF="xxfi_eom.html">xxfi_eom</A> or
218 <A HREF="xxfi_abort.html">xxfi_abort</A>), reject this message.<BR>
219 For a recipient-oriented routine, reject the current recipient (but continue processing the current message).
220 </TD>
221 </TR>
222 <TR valign="top">
223 <TD>SMFIS_DISCARD</TD>
224 <TD>For a message- or recipient-oriented routine, accept this message, but silently discard it.<BR>
225 SMFIS_DISCARD should not be returned by a connection-oriented routine.

--- 97 unchanged lines hidden ---
217 <A HREF="xxfi_abort.html">xxfi_abort</A>), reject this message.<BR>
218 For a recipient-oriented routine, reject the current recipient (but continue processing the current message).
219 </TD>
220 </TR>
221 <TR valign="top">
222 <TD>SMFIS_DISCARD</TD>
223 <TD>For a message- or recipient-oriented routine, accept this message, but silently discard it.<BR>
224 SMFIS_DISCARD should not be returned by a connection-oriented routine.

--- 97 unchanged lines hidden ---