\n";
print " | $text{'queue_from'} | ",
"",&html_escape($mail->{'header'}->{'from'})," | \n";
print " | $text{'queue_to'} | ",
"",&html_escape($mail->{'header'}->{'to'})," | \n";
print " | $text{'queue_cc'} | ",
"",&html_escape($mail->{'header'}->{'cc'})," | \n"
if ($mail->{'header'}->{'cc'});
print " | $text{'queue_date'} | ",
"",&html_escape($mail->{'header'}->{'date'})," | \n";
print " | $text{'queue_subject'} | ",
"",&html_escape($mail->{'header'}->{'subject'})," | \n";
print " |