/*++ /* NAME /* verify 3 /* SUMMARY /* update verify database /* SYNOPSIS /* #include <verify.h> /* /* int verify_append(queue_id, stats, recipient, relay, tstats, dsn, /* verify_status) /* const char *queue_id; /* MSG_STATS *stats; /* RECIPIENT *recipient; /* const char *relay; /* const POL_STATS *tstats; /* DSN *dsn; /* int verify_status; /* DESCRIPTION /* This module implements an impedance adaptor between the /* verify_clnt interface and the interface expected by the /* bounce/defer/sent modules. /* /* verify_append() updates the address verification database /* and logs the action to the mailer logfile. /* /* Arguments: /* .IP queue_id /* The message queue id. /* .IP stats /* Time stamps from different message delivery stages /* and session reuse count. /* .IP recipient /* Recipient information. See recipient_list(3). /* .IP relay /* Name of the host we're talking to. /* .IP tstats /* TLS per-feature status. /* .IP dsn /* Delivery status information. See dsn(3). /* The action is one of "deliverable" or "undeliverable". /* .IP verify_status /* One of the following recipient verification status codes: /* .RS /* .IP DEL_REQ_RCPT_STAT_OK /* Successful delivery. /* .IP DEL_REQ_RCPT_STAT_DEFER /* Temporary delivery error. /* .IP DEL_REQ_RCPT_STAT_BOUNCE /* Hard delivery error. /* .RE /* DIAGNOSTICS /* A non-zero result means the operation failed. /* /* Fatal: out of memory. /* BUGS /* Should be replaced by routines with an attribute-value based /* interface instead of an interface that uses a rigid argument list. /* LICENSE /* .ad /* .fi /* The Secure Mailer license must be distributed with this software. /* AUTHOR(S) /* Wietse Venema /* IBM T.J. Watson Research /* P.O. Box 704 /* Yorktown Heights, NY 10598, USA /* /* Wietse Venema /* Google, Inc. /* 111 8th Avenue /* New York, NY 10011, USA /* /* Wietse Venema /* porcupine.org
/*--*/
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.