Previous | Next | Contents | Index |
Translate an AVPL to an RFC 822 address.
translate avpl_to_822 avpl
Command Qualifiers Defaults None. None.
avpl
An Attribute Value Pair List (AVPL).
The
translate avpl_to_822
command translates an AVPL representation of an address to an RFC 822 (Internet) address, using the address transformation database currently in effect, and thelhs_order
/rhs_order
currently in effect.
This example illustrates transforming an X.400 address of
to an RFC 822 equivalent, assuming PMDF-X400 has been configured to associate the X.400 ORname /C=US/ADMD=GALACTIMAIL/PRMD=EXAMPLE/O=Widgets/OU=R & D/ with the pseudodomain name example.com.
/C=US/ADMD=GALACTIMAIL/PRMD=EXAMPLE/O=Widgets/OU=R & D/S=Adams/G=Ann/
% pmdf test -x400 -x488 X400> set envelope X400> set forward X400> translate avpl_to_822 "/C=US/ADMD=GALACTIMAIL/PRMD=EXAMPLE/O=Widgets /OU=R & D/S=Adams/G=Ann/" Result: Ann.Adams@example.com
Previous | Next | Contents | Index |