postfix-users October 2010 archive
Main Archive Page > Month Archives  > postfix-users archives
postfix-users: Re: Posfix: deliver to spam folder analog of reje

Re: Posfix: deliver to spam folder analog of reject_rbl_client

From: Noel Butler <noel.butler_at_nospam>
Date: Thu Oct 28 2010 - 04:34:56 GMT
To: postfix-users@postfix.org

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.