PMDF System Manager's Guide


Previous Next Contents Index


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=PROCESS/ADMD=III/C=US/; Relayed; Fri, 15 Nov 2012 
 15:01:44 -0700 
indeed contains syntactically valid X.400 trace information.


% pmdf test -x400
X400> test trace " by /PRMD=PROCESS/ADMD=III/C=US/; Relayed; Fri, 15Nov 2012 15:01:44 -0700"
Result after decode/encode: by /PRMD=PROCESS/ADMD=III/C=US/; Relayed; Fri, 15 
Nov 2012 15:01:44 -0700 


Previous Next Contents Index