xxfi_header.html revision 159609
190792Sgshapiro<html>
290792Sgshapiro<head><title>xxfi_header</title></head>
390792Sgshapiro<body>
4132943Sgshapiro<!--
5159609Sgshapiro$Id: xxfi_header.html,v 1.11 2006/04/05 17:10:43 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>
47159609Sgshapiro	<td>Header field value.
48159609Sgshapiro	The content of the header may include folded white space,
49159609Sgshapiro	i.e., multiple lines with following white space
50159609Sgshapiro	where lines are separated by LF (not CR/LF).
51159609Sgshapiro	The trailing line terminator (CR/LF) is removed.
5290792Sgshapiro	</td></tr>
5390792Sgshapiro    </table>
5490792Sgshapiro</td></tr>
5590792Sgshapiro
5690792Sgshapiro<!----------- Notes ---------->
5790792Sgshapiro<tr>
5890792Sgshapiro<th valign="top" align=left>NOTES</th> 
5990792Sgshapiro<td>
6090792Sgshapiro<ul>
6190792Sgshapiro<li>Later filters will see header changes/additions made by earlier ones.
6290792Sgshapiro<li>For much more detail about header format, please see 
63112810SgshapiroRFC <a href="http://www.rfc-editor.org/rfc/rfc822.html">822</a>
6490792Sgshapiro</ul>
6590792Sgshapiro</td>
6690792Sgshapiro</tr>
6790792Sgshapiro</table>
6890792Sgshapiro
6990792Sgshapiro<hr size="1">
7090792Sgshapiro<font size="-1">
71159609SgshapiroCopyright (c) 2000, 2003, 2006 Sendmail, Inc. and its suppliers.
7290792SgshapiroAll rights reserved.
7390792Sgshapiro<br>
7490792SgshapiroBy using this file, you agree to the terms and conditions set
75112810Sgshapiroforth in the LICENSE.
7690792Sgshapiro</font>
7790792Sgshapiro</body>
7890792Sgshapiro</html>
79