Re: OT: procmail recipe/bash scripting issue

2004-01-29 Thread Kevin Mark
On Mon, Jan 26, 2004 at 12:33:53AM -0500, Matt Price wrote: > hey everyone, > > trying to get procmail to pipe messages to a script I wrote that > processes mail to a web page. Here's the recipe: > --- Hi Matt, did you do any testing? did you create a sam

Re: OT: procmail recipe/bash scripting issue

2004-01-26 Thread Philipp Weis
On 26 Jan 2004, Matt Price <[EMAIL PROTECTED]> wrote: > So I asusme the script is running, but it's not receiving the data it > needs, or at least not understanding it. > > Here's the script, which as ou see is very primitive: > -- > cat /usr/local/scripts/movi

OT: procmail recipe/bash scripting issue

2004-01-25 Thread Matt Price
hey everyone, trying to get procmail to pipe messages to a script I wrote that processes mail to a web page. Here's the recipe: --- :0: * ? $FORMAIL -x From: | grep -isF -f /home/movies/friends_and_family.txt | /usr/local/scripts/moviepage --