Initial import from FreeBSD RELENG_4:
[dragonfly.git] / contrib / sendmail / libmilter / docs / xxfi_eom.html
1 <html>
2 <head><title>xxfi_eom</title></head>
3 <body>
4 <h1>xxfi_eom</h1>
5
6 <table border="0" cellspacing=4 cellpadding=4>
7 <!---------- Synopsis ----------->
8 <tr><th valign="top" align=left width=150>SYNOPSIS</th><td>
9 <pre>
10 #include &lt;libmilter/mfapi.h&gt;
11 sfsistat (*xxfi_eom)(
12         SMFICTX * ctx
13 );
14 </pre>
15 End of a message.
16 </td></tr>
17
18 <!----------- Description ---------->
19 <tr><th valign="top" align=left>DESCRIPTION</th><td>
20 <table border="1" cellspacing=1 cellpadding=4>
21 <tr align="left" valign=top>
22 <th width="80">Called When</th>
23 <td>xxfi_eom is called once after all calls to <a href="xxfi_body.html">xxfi_body</a> for a given message.</td>
24 </tr>
25 <tr align="left" valign=top>
26 <th>Default Behavior</th>
27 <td>Do nothing; return SMFIS_CONTINUE.</td>
28 </tr>
29 </table>
30
31 <!----------- Arguments ---------->
32 <tr><th valign="top" align=left>ARGUMENTS</th><td>
33     <table border="1" cellspacing=0>
34     <tr bgcolor="#dddddd"><th>Argument</th><th>Description</th></tr>
35     <tr valign="top"><td>ctx</td>
36         <td>Opaque context structure.
37         </td></tr>
38     </table>
39 </td></tr>
40
41 <!----------- Notes ---------->
42 <tr>
43 <th valign="top" align=left>NOTES</th> 
44 <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.
45 </td>
46 </tr>
47 </table>
48
49 <hr size="1">
50 <font size="-1">
51 Copyright (c) 2000, 2003 Sendmail, Inc. and its suppliers.
52 All rights reserved.
53 <br>
54 By using this file, you agree to the terms and conditions set
55 forth in the LICENSE.
56 </font>
57 </body>
58 </html>