/*++ /* NAME /* cleanup_masquerade 3 /* SUMMARY /* address masquerading /* SYNOPSIS /* #include <cleanup.h> /* /* int cleanup_masquerade_external(addr, masq_domains) /* VSTRING *addr; /* ARGV *masq_domains; /* /* int cleanup_masquerade_internal(addr, masq_domains) /* VSTRING *addr; /* ARGV *masq_domains; /* /* int cleanup_masquerade_tree(tree, masq_domains) /* TOK822 *tree; /* ARGV *masq_domains; /* DESCRIPTION /* This module masquerades addresses, that is, it strips subdomains /* below domain names that are listed in the masquerade_domains /* configuration parameter, except for user names listed in the /* masquerade_exceptions configuration parameter. /* These functions return non-zero when the address was changed. /* /* cleanup_masquerade_external() rewrites the external (quoted) string /* form of an address. /* /* cleanup_masquerade_internal() is a wrapper around the /* cleanup_masquerade_external() routine that transforms from /* internal (quoted) string form to external form and back. /* /* cleanup_masquerade_tree() is a wrapper around the /* cleanup_masquerade_external() routine that transforms from /* internal parse tree form to external form and back. /* DIAGNOSTICS /* 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.