Is it possible to set and use a variable in a procmail recipe?
What I'd like to do is search for an x-header and if it's there, then forward a copy of the email to the email address in that header.
Something like . . .
_________
Rott Paws
...It's not a bug. It's an undocumented feature!!!
What I'd like to do is search for an x-header and if it's there, then forward a copy of the email to the email address in that header.
Something like . . .
Code:
:0
* ^X-ForwardTo: (captuerThisAddress@sumware.com)
{
:0 c
! FORWARDTO
:0
| /scripts/handler.pl
}
_________
Rott Paws
...It's not a bug. It's an undocumented feature!!!