Re: find message with Message-ID ...

2001-05-30 Thread Charles Cazabon

Brandon Yu <[EMAIL PROTECTED]> wrote:
> I am trying to track down a email with a particular Message-ID but I am
> having no luck. I am using Multilog to log all messges sent. Within my logs,
> for any particular email, I just have time it was sent, whom it was sent to
> and the "msg" that qmail uses to keep track of the message. Where can I find
> the Message-ID?
>  
> I am making the assumption that it is logged somewhereperhaps that is my
> mistake. If it is not logged, how would I do so under Multilog?

The message ID is not logged by default; it's under the control of the user
anyways, and frequently contains garbage or (when receiving messages over the
network) may not exist.  The qmail log ID and time are sufficient to track a
message from the Received: headers.

If you want to log Message-ID or other arbitrary information, look at djb's
FAQ about keeping a copy of all messages; then have a .qmail file which feeds
copies of the messages to an arbitrary text processing script of your choice.
You can record whatever you want at that point.

Charles
-- 
---
Charles Cazabon<[EMAIL PROTECTED]>
GPL'ed software available at:  http://www.qcc.sk.ca/~charlesc/software/
Any opinions expressed are just that -- my opinions.
---



find message with Message-ID ...

2001-05-30 Thread Brandon Yu



I am trying to track 
down a email with a particular Message-ID but I am having no luck. I am using 
Multilog to log all messges sent. Within my logs, for any particular email, I 
just have time it was sent, whom it was sent to and the "msg" that qmail uses to 
keep track of the message. Where can I find the Message-ID?
 
I am making the 
assumption that it is logged somewhereperhaps that is my mistake. If it is 
not logged, how would I do so under Multilog?
 
Thanks