PMDF System Manager's Guide
PMDF-REF-6.0


Previous | Contents

test trace

Test whether an X.400-Received: header value contains properly formatted X.400 trace information.

Syntax

test trace string

Command Qualifiers Defaults
None. None.

PARAMETERS

string

String to try interpreting as the value of an X.400-Received: header line.

DESCRIPTION

The test trace command checks whether the supplied string, interpreted as an X400-Received: header value, contains properly formatted X.400 trace information.


Examples

This example shows checking that the header

X400-Received:  by /PRMD=INNOSOFT/ADMD=III/C=US/; Relayed; Thu, 15 Apr 1998 
 15:01:44 -0700 
indeed contains syntactically valid X.400 trace information.
% pmdf test -x400
X400> test trace " by /PRMD=INNOSOFT/ADMD=III/C=US/; Relayed; Thu, 15 Apr 1998 1 5:01:44 -0700"
Result after decode/encode: by /PRMD=INNOSOFT/ADMD=III/C=US/; Relayed; Wed, 15 A 
pr 1998 15:01:44 -0700 


Previous | Next | Contents