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.