diff options
| author | Gregory Neil Shapiro <gshapiro@FreeBSD.org> | 2010-01-26 04:17:18 +0000 |
|---|---|---|
| committer | Gregory Neil Shapiro <gshapiro@FreeBSD.org> | 2010-01-26 04:17:18 +0000 |
| commit | 09b16018d032d94de7fbaf59c4d6fc4a43c4d610 (patch) | |
| tree | 25902a53d874255d42002dd157e36601e71e2df5 /libmilter/docs/smfi_chgheader.html | |
| parent | 7db286411e6127edcdd31f558ac20de5c63055b0 (diff) | |
Import sendmail 8.14.4vendor/sendmail/8.14.4
Notes
svn path=/vendor/sendmail/dist/; revision=203002
svn path=/vendor/sendmail/8.14.4/; revision=203003; tag=vendor/sendmail/8.14.4
Diffstat (limited to 'libmilter/docs/smfi_chgheader.html')
| -rw-r--r-- | libmilter/docs/smfi_chgheader.html | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/libmilter/docs/smfi_chgheader.html b/libmilter/docs/smfi_chgheader.html index 0701a3671aaf..517b5ba4c1c8 100644 --- a/libmilter/docs/smfi_chgheader.html +++ b/libmilter/docs/smfi_chgheader.html @@ -2,7 +2,7 @@ <HEAD><TITLE>smfi_chgheader</TITLE></HEAD> <BODY> <!-- -$Id: smfi_chgheader.html,v 1.17 2006/12/21 18:30:35 ca Exp $ +$Id: smfi_chgheader.html,v 1.18 2009/05/18 23:51:23 ca Exp $ --> <H1>smfi_chgheader</H1> @@ -85,6 +85,11 @@ Otherwise, it returns MI_SUCCESS. carriage return (ASCII 0x0d); the MTA will add this automatically. <B>It is the filter writer's responsibility to ensure that no standards are violated.</B> + <LI>The MTA adds a leading space to a header value unless + the flag +<A HREF="xxfi_negotiate.html#SMFIP_HDR_LEADSPC"><CODE>SMFIP_HDR_LEADSPC</CODE></A> + is set, in which case the milter + must include any desired leading spaces itself. </UL> </TD> </TR> @@ -110,7 +115,7 @@ Otherwise, it returns MI_SUCCESS. <HR size="1"> <FONT size="-1"> -Copyright (c) 2000-2003 Sendmail, Inc. and its suppliers. +Copyright (c) 2000-2003, 2009 Sendmail, Inc. and its suppliers. All rights reserved. <BR> By using this file, you agree to the terms and conditions set |
