HP-UX Reference (11i v3 07/02) - 3 Library Functions N-Z (vol 7)

s
smfi_progress(3N) smfi_progress(3N)
NAME
smfi_progress() - notifies the MTA that a sendmail operation is still in progress
SYNOPSIS
#include <libmilter/mfapi.h>
int smfi_progress(
SMFICTX *
ctx;
);
PARAMETERS
ctx Specifies the opaque context structure.
DESCRIPTION
smfi_progress()
notifies the MTA (Mail Transfer Agent) that the filter is still working on a message
causing the MTA to restart its timeout values.
smfi_progress()
can be called from the xxfi_eom()
function.
RETURN VALUE
smfi_progress() fails and returns
MI_FAILURE if a network failure occurs.
smfi_progress() returns MI_SUCCESS
on success.
AUTHOR
smfi_progress() was developed by the Sendmail Inc.
SEE ALSO
smfi_register(3N).
Sendmail 8.13.3 Programmer’s Guide on
docs.hp.com
.
HP-UX 11i Version 3: February 2007 1 Hewlett-Packard Company 443