I'm trying to use _TESTSCORES(\n)_ to put a new line between the TEST=score entries, in order to make the report more readable. Unfortunately, it doesn't interpret the \n, and prints a '\' and a 'n' instead. I ended up changing line 836 in PerMsgStatus.pm (in 2.63) from:
$line .= $arg . $test . "=" . $self->{conf}->{scores}->{$test}; to: $line .= "\n" . $test . "=" . $self->{conf}->{scores}->{$test}; ... which works just fine. However, it'd be nice not to have to hack it, or at least to hack it a little more cleanly. Can anybody tell me how to make it interpret that \n? -- Matt Systems Administrator Local Access Communications 360.330.5535