The Hermit Hacker wrote:
> 
> Trying to setup a forward that forwards all email from a user to another
> user ... rule we are trying is:
> 
> IF Field(s): 'From' matches '*'
> THEN Redirect To '[EMAIL PROTECTED]'

I'm assuming that this is paraphrased from the websieve GUI, because
this is not valid sieve syntax.

> seems logical to me, but doesn't appear to work ..
> 
> should it, or should I be doing this a different way?

The easiest way to do this is to use websieve in advanced mode (or edit
a script by hand and use installsieve) and create the following one line
script:

redirect "[EMAIL PROTECTED]";

Ken
-- 
Kenneth Murchison     Oceana Matrix Ltd.
Software Engineer     21 Princeton Place
716-662-8973 x26      Orchard Park, NY 14127
--PGP Public Key--    http://www.oceana.com/~ken/ksm.pgp

Reply via email to