procmail
[Top] [All Lists]

Re: Truncating STILL not working

1996-05-30 12:33:40
Guy> Let's see if I can work around it:
Guy> NAME=`echo "$NAME" | sed -e 's/^.\{1,25\}(.*)$//'`
G> Tried this as well Guy, it's a no go, here's the recipe and a verbose log
G> after execution....
   Does
         NAME=`echo "$NAME" | cut -c1-25`
   work?  Or am I missing something?

Actually Karl... is DOES work for the Truncating part, but we still have
to figure out how to sustitute in the value of $FROM_ADDRESS if $NAME is
blank....

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