Hello,

I need to extrapolate some information from the Courier logs, mainly a
list of message senders and recipients.

In pseudo code:
Cat mail log
Search for "<" Record text until ">"
Assign to $From


Repeat for next set of "<" to ">" and assign to $To

What utility is good for doing this? Awk? Sed? Perl?

Thanks,

Chad

You might be able to use some parts of my logwatch script written in perl:

http://www.wm1.at/willi/software/courier

Willi



-------------------------------------------------------
This SF.net email is sponsored by: ObjectStore.
If flattening out C++ or Java code to make your application fit in a
relational database is painful, don't do it! Check out ObjectStore.
Now part of Progress Software. http://www.objectstore.net/sourceforge
_______________________________________________
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to