/*++ /* NAME /* sendopts 3 /* SUMMARY /* Support for SMTPUTF8, REQUIRETLS, etc. /* SYNOPSIS /* #include <sendopts.h> /* /* const char *sendopts_strflags( /* int flags, /* int delim) /* DESCRIPTION /* Postfix queue files and IPC messages contain a sendopts field /* with flags that control SMTPUTF8, REQUIRETLS, etc. support. The /* flags are documented in sendopts(3h), and are based on information /* received with ESMTP requests or with message content. /* /* The SMTPUTF8 flags life cycle is documented in smtputf8(3h). /* /* sendopts_strflags() maps a sendopts flag value to printable /* string. The result is overwritten upon each call. /* /* Arguments: /* .IP flags /* A bitmask that is to be converted to text. /* .IP delim /* The character to separate output words with: one of ' ,|'. /* DIAGNOSTICS /* Panic: invalid delimiter. Fatal error: invalid flag. /* LICENSE /* .ad /* .fi /* The Secure Mailer license must be distributed with this software. /* AUTHOR(S) /* 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.