Hi Russ

Use any one of your existing autoreply recipes (that I know you already
have:) ) as a starting point.

What you want to do is extract the address of the person to replay to, and
execute your script. It's that easy. An UNTESTED guess would be

:0:
* ^To: send.qym.vet.pics
{
  FROM=`formail -rt -xTo:`
  |/your/script $FROM
}

hth
charles

On Sun, 12 Nov 2000 [EMAIL PROTECTED] wrote:

>       The next problem is this; besides needing to be able to email a
> whole bunch of photos manually, I'd like to expand upon this with a
> procmail recipe so that anyone foolish enough to want to get copies of all
> the photos will only need to send an email to me with a subject line of
> "send.qym.vet.pics", and then I want procmail to run the above shell script
> passing the requestor's email address to the shell script on the command
> line.
>       Using this technique I should be able to maintain several
> directories of event photos available to anyone upon an email request.
> Anyone know if it's possible to write a procmail recipe that can accomplish
> this? 



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to