Andrew Hill wrote:
> However, email is being forwarded to the address of form:
> 
>   [EMAIL PROTECTED]
> 
> Is there a simple (or otherwise!) way to modify the $LOCAL variable to
> remove the domain.com- prefix to the username?

Thanks to off-list helpers!

It now works, using:

  VAR =| echo "$LOCAL" | cut -d "-" -f 2
  | forward "$VAR"@newmail.com

Cheers,
-- 

Andrew Hill

Reply via email to