smfi_quarantine(3N) smfi_quarantine(3N)
NAME
smfi_quarantine() - quarantines the sendmail message using the given reason
SYNOPSIS
PARAMETERS
contains the following parameters:
ctx Specifies the opaque context structure.
reason Specifies the quarantine reason, which is a non-NULL and non-empty null-terminated string.
DESCRIPTION
quarantines the message using a specific reason. can be called only from the routine.
RETURN VALUE
fails and returns due to the following reasons:
o The reason argument is NULL or empty.
o Network error occurs.
o The value is not set when the routine is called.
returns on success.
AUTHOR
was developed by Sendmail Inc.
SEE ALSO
smfi_register(3N).
on
smfi_quarantine(3N)