Yes, have them go to a text file instead of having to open Outlook to read
them. This is for automated testing pruposes when system level status
messages are emailed to a user, etc...
Right off the bat I can think of two ways.
1. Use procmail to dump the emails to file(s) as soon as they hit the
server. This would run in the background unbeknownst to the user.
2. Compile and install this
http://www.five-ten-sg.com/libpst/ onto the PC
and have it store emails from the local .pst file to an mbox file which is
a text file. You would want to use a temporary, empty .pst file as this
program will convert everything.
Neither solution is particularly neat and tidy. If there's an Outlook
plug-in that does this I don't know about it.
I thought of a third way. Set up a filter in Outlook that when a system
level status message comes across it forwards to a Unix box where you can
more easily run a tool like procmail.
John