PMDF System Manager's Guide


Previous Next Contents Index


translate 822_to_avpl

Translate an RFC 822 address to AVPL form.

Syntax

translate 822_to_avpl rfc822-address

Command Qualifiers Defaults
None. None.

Parameters

rfc822-address

RFC 822 (Internet) address.

Description

The translate 822_to_avpl command translates a specified RFC 822 address into AVPL form, using the address transformation database currently in effect and the lhs_order/ rhs_order ordering currently in effect.


Examples

This example illustrates the transformation of an RFC 822 address to X.400 format, assuming that PMDF-X400 is configured with x400.example.com as its pseudodomain name.


% pmdf test -x400 -x488
X400> set envelope
X400> set forward
X400> translate 822_to_avpl """/C=US/ADMD=TELCO/PRMD=Big Corp/S=Adamson/ G=Bob/""@x400.example.com"
Result: 
C                    0                                         US 
ADMD                 0                                         TELCO 
PRMD                 0                                         Big Corp 
S                    0                                         Adamson 
G                    0                                         Bob 


Previous Next Contents Index