� Raymond Scholz <[EMAIL PROTECTED]> wrote:
> EXT=`echo ${VHOME} | cut -d"/" -f6`
Sorry, this made assumptions about the place where vpopmail lives in
your filesystem. This should be more reliable:
EXT=`echo ${VHOME} | sed 's|.*/||g'`
Cheers, Ray
--
Emacs is a fine operating system, but I still prefer UNIX.
(Tom Christiansen)
