On Wed, 2010-10-27 at 21:48 -0500, Al Zick wrote:
> > internal mail which is only imap would be
> >
> >
> > require ["fileinto"];
> > if header :contains "X-Spam-Status" ["Yes,"] {
> > fileinto "Junk";
> > stop;
> > }
>
>
>
> I have found 2 packages:
> dovecot-sieve
> libsieve
>
>
> Could you tell me which one you are using with the example above?
>
>
We use Dovecot 1.2.x (Although 2.0 is stable branch, many of us feel it
really is not stable for large production use).
The best method is dovecot-sieve (cmusieve entry in plugin section of
say LDA etc), it also doesn't require the constant patch/rebuild every
time you upgrade dovecot.