From 09b16018d032d94de7fbaf59c4d6fc4a43c4d610 Mon Sep 17 00:00:00 2001 From: Gregory Neil Shapiro Date: Tue, 26 Jan 2010 04:17:18 +0000 Subject: Import sendmail 8.14.4 --- libmilter/docs/api.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'libmilter/docs/api.html') diff --git a/libmilter/docs/api.html b/libmilter/docs/api.html index 4214df4dd87a..578e0ca686af 100644 --- a/libmilter/docs/api.html +++ b/libmilter/docs/api.html @@ -2,7 +2,7 @@ Milter API

Milter API

@@ -80,7 +80,9 @@ The following functions change a message's contents and attributes. They may only be called in xxfi_eom. All of these functions may invoke additional communication with the MTA. They will return either MI_SUCCESS or MI_FAILURE to indicate the status of -the operation. +the operation. Message data (senders, recipients, headers, body chunks) +passed to these functions via parameters is copied and does not need to be +preserved (i.e., allocated memory can be freed).

A filter must have set the appropriate flag (listed below) in the @@ -310,7 +312,7 @@ for a protocol stage.


-Copyright (c) 2000, 2003, 2006 Sendmail, Inc. and its suppliers. +Copyright (c) 2000, 2003, 2006, 2009 Sendmail, Inc. and its suppliers. All rights reserved.
By using this file, you agree to the terms and conditions set -- cgit v1.3