sandra wrote:
> 
> HI,
> 
>     I have to translate a lot of promailrc files of my users to sieve,
> and I don't
> know how to migrate this one  :
> 
> procmailrc file :
> 
> ...
> :0
> * ^From:.*[EMAIL PROTECTED]
> {
>   :0 fhw
>   | formail -i"Content-Type: text/html"
>   :0
>   IN. cpqd
> }
> 
> How to use a "pipe" (ie, formail) in sieve?

You can't.  The design of Sieve was to keep it simple and not allow a
user to do potentially "bad things" to themselves or others.  Piping a
message to a program fall into the "bad things" category.

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