/*++ /* NAME /* dsn_mask 3 /* SUMMARY /* DSN embedding in SMTP /* SYNOPSIS /* #include <dsn_mask.h> /* /* int dsn_notify_mask(str) /* const char *str; /* /* const char *dsn_notify_str(mask) /* int mask; /* /* int dsn_ret_code(str) /* const char *str; /* /* const char *dsn_ret_str(code) /* int mask; /* DESCRIPTION /* dsn_ret_code() converts the parameters of a MAIL FROM .. /* RET option to internal form. /* /* dsn_ret_str() converts internal form to the representation /* used in the MAIL FROM .. RET command. The result is in /* stable and static memory. /* /* dsn_notify_mask() converts the parameters of a RCPT TO .. /* NOTIFY option to internal form. /* /* dsn_notify_str() converts internal form to the representation /* used in the RCPT TO .. NOTIFY command. The result is in /* volatile memory and is clobbered whenever str_name_mask() /* is called. /* /* Arguments: /* .IP str /* Information received with the MAIL FROM or RCPT TO command. /* .IP mask /* Internal representation. /* DIAGNOSTICS /* dsn_ret_code() and dsn_notify_mask() return 0 when the string /* specifies an invalid request. /* /* dsn_ret_str() and dsn_notify_str() abort on failure. /* 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.