/*++ /* NAME /* verp_sender 3 /* SUMMARY /* quote local part of mailbox /* SYNOPSIS /* #include <verp_sender.h> /* /* VSTRING *verp_sender(dst, delims, sender, recipient) /* VSTRING *dst; /* const char *delims; /* const char *sender; /* const RECIPIENT *recipient; /* /* const char *verp_delims_verify(delims) /* const char *delims; /* DESCRIPTION /* verp_sender() encodes the recipient address in the sender /* address, using the specified delimiters. For example, /* with delims +=, sender \fIprefix@origin\fR, and /* recipient \fIuser@domain\fR the result is /* \fIprefix+user=domain@origin\fR. /* /* verp_delims_verify() determines if the specified VERP delimiters /* have reasonable values. What is reasonable is configured with /* the verp_delimiter_filter configuration parameter. The result /* is null in case of success, a description of the problem in /* case of error. /* /* Arguments: /* .IP dst /* The result. The buffer is null terminated. /* .IP delims /* VERP formatting characters. /* .IP sender /* Sender envelope address. /* .IP recipient /* Recipient envelope address. /* 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.