/*++ /* NAME /* smtp_unalias 3 /* SUMMARY /* replace host/domain alias by official name /* SYNOPSIS /* #include "smtp.h" /* /* const char *smtp_unalias_name(name) /* const char *name; /* /* VSTRING *smtp_unalias_addr(result, addr) /* VSTRING *result; /* const char *addr; /* DESCRIPTION /* smtp_unalias_name() looks up A or MX records for the specified /* name and returns the official name provided in the reply. When /* no A or MX record is found, the result is a copy of the input. /* In order to improve performance, smtp_unalias_name() remembers /* results in a private cache, so a name is looked up only once. /* /* smtp_unalias_addr() returns the input address, which is in /* RFC 821 quoted form, after replacing the domain part by the /* official name as found by smtp_unalias_name(). When the input /* contains no domain part, the result is a copy of the input. /* 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.