[262] in bug-owl
suggestion for logging
daemon@ATHENA.MIT.EDU (Adam D'Amico)
Fri Sep 26 14:07:15 2003
From: "Adam D'Amico" <adamico@MIT.EDU>
To: <bug-owl@MIT.EDU>
Date: Fri, 26 Sep 2003 14:01:46 -0400
Message-ID: <014201c38458$40734330$c2016512@victorydance>
MIME-Version: 1.0
Content-Type: text/plain;
charset="US-ASCII"
Content-Transfer-Encoding: 7bit
it would be nice if owl inserted a blank line or some other
delimiter when an incoming message is logged. right now, the
logs look like this:
<incoming message header>
<incoming message body>
<incoming message header>
<incoming message body>
this makes it hard to read. outgoing messgaes do the right
thing:
<outgoing message header>
<outgoing message body>
so that's cool, BUT, it would also be nice if a timestamp (and
signature) were copied in the the outgoing message log.
Adam