Sorry for asking an obvious "newbie" question, but I am trying to pass an
incoming mail message to a perl program where it can be processed through
MHonarc. I would like to examine the contents of the message in order to
send it to a date-oriented directory.

The recipe looks like this:

:0 f
* ^To:.*[EMAIL PROTECTED]
|test.pl

When the perl program gets initiated, I don't have access to the actual
message. Is something like this necessary?

:0 f
* ^To:.*[EMAIL PROTECTED]
|cat >filea | test.pl <filea

Reply via email to