Re: Procmail & Netscape/Mozilla1997-10-08 11:58:50Mike 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 }
|
|
||||||||||||||||