/*++ /* NAME /* file 3 /* SUMMARY /* mail delivery to arbitrary file /* SYNOPSIS /* #include "local.h" /* /* int deliver_file(state, usr_attr, path) /* LOCAL_STATE state; /* USER_ATTR usr_attr; /* char *path; /* DESCRIPTION /* deliver_file() appends a message to a file, UNIX mailbox format, /* or qmail maildir format, /* with duplicate suppression. It will deliver only to non-executable /* regular files. /* /* Arguments: /* .IP state /* The attributes that specify the message, recipient and more. /* Attributes describing alias, include or forward expansion. /* A table with the results from expanding aliases or lists. /* .IP usr_attr /* Attributes describing user rights and environment information. /* .IP path /* The file to deliver to. If the name ends in '/', delivery is done /* in qmail maildir format, otherwise delivery is done in UNIX mailbox /* format. /* DIAGNOSTICS /* deliver_file() returns non-zero when delivery should be tried again. /* SEE ALSO /* defer(3) /* bounce(3) /* 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
/*--*/
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.