/*++ /* NAME /* sent 3 /* SUMMARY /* log that a message was or could be sent /* SYNOPSIS /* #include <sent.h> /* /* int sent(flags, queue_id, stats, recipient, relay, tstats, dsn) /* int flags; /* const char *queue_id; /* MSG_STATS *stats; /* RECIPIENT *recipient; /* const char *relay; /* const POL_STATS *tstats; /* DSN *dsn; /* DESCRIPTION /* sent() logs that a message was successfully delivered, /* updates the address verification service, or updates a /* sender-requested message delivery record. The /* flags argument determines the action. /* /* Arguments: /* .IP flags /* Zero or more of the following: /* .RS /* .IP SENT_FLAG_NONE /* The message is a normal delivery request. /* .IP DEL_REQ_FLAG_MTA_VRFY /* The message is an MTA-requested address verification probe. /* Update the address verification database. /* .IP DEL_REQ_FLAG_USR_VRFY /* The message is a user-requested address expansion probe. /* Update the message delivery record. /* .IP DEL_REQ_FLAG_RECORD /* This is a normal message with logged delivery. Update the /* the message delivery record. /* .RE /* .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. See dsn(3). The action is ignored in case /* of a probe message. Otherwise, "delivered" is assumed when /* no action is specified. /* 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.