x.org
Sent: Mon, October 11, 2010 3:26:13 PM
Subject: Re: Newb question - simple script
On Mon, Oct 11, 2010 at 02:07:20PM -0700, jimmy zoto wrote:
> I'm trying to copy all incoming mail to a local FIFO file for special
> purpose processing by a Java program. I don't know the best wa
I'm trying to copy all incoming mail to a local FIFO file for special purpose
processing by a Java program. I don't know the best way to do this.
I tried to modify the simple filter script example in the documentation to this
:
#!/bin/sh
INSPECT_DIR=/var/spool/myFifoDir
EX_TEMPFAIL=75
cd