# Message-ID.
#
+echo $actual >&2; tail -n 2 $actual >&2 # ???? temporary
+
sed -e 's/^Date:.*/Date:/' \
-e 's/^Resent-Date:.*/Resent-Date:/' \
-e 's/^Message-ID:.*/Message-ID:/' "$actual" > "$actual".nodate
mhmail -nosend recipient@example.com -from sender@localhost \
-server 127.0.0.1 -port $localport -body '' >"$actual" 2>"$actual_err"
-tmpfil=`head -1 $actual | sed -e 's/://'`
-
cat > "$expected" <<EOF
To: recipient@example.com
From: sender@localhost