procmail
[Top] [All Lists]

Re: Procmail & Netscape/Mozilla

1997-10-08 11:58:50
Mike de Laine wrote:

| SUBADDR_KEY=`echo $SUBADDR | cut -d'+' -f2`

That can be done within procmail without forking a shell nor cut (nor echo
if echo isn't built into the shell):

 :0
 * SUBBADR ?? ()\+\/.+
 { SUBBADR_KEY=$MATCH }

<Prev in Thread] Current Thread [Next in Thread>