xxfi_header.html revision 132943
190792Sgshapiro<html>
290792Sgshapiro<head><title>xxfi_header</title></head>
390792Sgshapiro<body>
4132943Sgshapiro<!--
5132943Sgshapiro$Id: xxfi_header.html,v 1.10 2003/03/05 19:57:55 ca Exp $
6132943Sgshapiro-->
790792Sgshapiro<h1>xxfi_header</h1>
890792Sgshapiro
990792Sgshapiro<table border="0" cellspacing=4 cellpadding=4>
1090792Sgshapiro<!---------- Synopsis ----------->
1190792Sgshapiro<tr><th valign="top" align=left width=150>SYNOPSIS</th><td>
1290792Sgshapiro<pre>
1390792Sgshapiro#include &lt;libmilter/mfapi.h&gt;
1490792Sgshapirosfsistat (*xxfi_header)(
1590792Sgshapiro	SMFICTX * ctx,
1690792Sgshapiro	char * headerf,
1790792Sgshapiro	char * headerv
1890792Sgshapiro);
1990792Sgshapiro</pre>
2090792SgshapiroHandle a message header.
2190792Sgshapiro</td></tr>
2290792Sgshapiro
2390792Sgshapiro<!----------- Description ---------->
2490792Sgshapiro<tr><th valign="top" align=left>DESCRIPTION</th><td>
2590792Sgshapiro<table border="1" cellspacing=1 cellpadding=4>
2690792Sgshapiro<tr align="left" valign=top>
2790792Sgshapiro<th width="80">Called When</th>
2890792Sgshapiro<td>xxfi_header is called zero or more times between xxfi_envrcpt and xxfi_eoh, once per message header.</td>
2990792Sgshapiro</tr>
3090792Sgshapiro<tr align="left" valign=top>
3190792Sgshapiro<th>Default Behavior</th>
3290792Sgshapiro<td>Do nothing; return SMFIS_CONTINUE.</td>
3390792Sgshapiro</tr>
3490792Sgshapiro</table>
3590792Sgshapiro
3690792Sgshapiro<!----------- Arguments ---------->
3790792Sgshapiro<tr><th valign="top" align=left>ARGUMENTS</th><td>
3890792Sgshapiro    <table border="1" cellspacing=0>
3990792Sgshapiro    <tr bgcolor="#dddddd"><th>Argument</th><th>Description</th></tr>
4090792Sgshapiro    <tr valign="top"><td>ctx</td>
4190792Sgshapiro	<td>Opaque context structure.
4290792Sgshapiro	</td></tr>
4390792Sgshapiro    <tr valign="top"><td>headerf</td>
4490792Sgshapiro	<td> Header field name.
4590792Sgshapiro	</td></tr>
4690792Sgshapiro    <tr valign="top"><td>headerv</td>
4790792Sgshapiro	<td>Header field value.  The
4890792Sgshapiro  content of the header may include folded white space (i.e. multiple
4990792Sgshapiro  lines with following white space).  The trailing line terminator (CR/LF)
5090792Sgshapiro  is removed.
5190792Sgshapiro	</td></tr>
5290792Sgshapiro    </table>
5390792Sgshapiro</td></tr>
5490792Sgshapiro
5590792Sgshapiro<!----------- Notes ---------->
5690792Sgshapiro<tr>
5790792Sgshapiro<th valign="top" align=left>NOTES</th> 
5890792Sgshapiro<td>
5990792Sgshapiro<ul>
6090792Sgshapiro<li>Later filters will see header changes/additions made by earlier ones.
6190792Sgshapiro<li>For much more detail about header format, please see 
62112810SgshapiroRFC <a href="http://www.rfc-editor.org/rfc/rfc822.html">822</a>
6390792Sgshapiro</ul>
6490792Sgshapiro</td>
6590792Sgshapiro</tr>
6690792Sgshapiro</table>
6790792Sgshapiro
6890792Sgshapiro<hr size="1">
6990792Sgshapiro<font size="-1">
70112810SgshapiroCopyright (c) 2000, 2003 Sendmail, Inc. and its suppliers.
7190792SgshapiroAll rights reserved.
7290792Sgshapiro<br>
7390792SgshapiroBy using this file, you agree to the terms and conditions set
74112810Sgshapiroforth in the LICENSE.
7590792Sgshapiro</font>
7690792Sgshapiro</body>
7790792Sgshapiro</html>
78