Things like mbox generation prefer this.
THis bug is propagated to the /var/raw/NN.hdr files. The sed rune to fix is
'1h; 2{p;g;p}; 3,$p'.
cd /var/raw/
sudo find -name \*.hdr -print -exec sed -n -i -e '1h; 2{p;g;p}; 3,$p' {} \;
open( FILE, ">T.$id" ) || &failure("open temporary file: $!");
+my $envelope = <STDIN>;
+print(FILE $envelope) || &failure("write envelope to temporary file: $!");
+
printf( FILE
"Received: (at %s) by $c{MailDomain}; %d %s %d %02d:%02d:%02d +0000\n",
$recv, $mday, $months[$mon], $year + 1900,