Re: `Spam' folder creation for multiple users

2019-03-17 Thread Larry Rosenman via dovecot
You can use the "mailbox" extension, and add :create to that rule. On Sun, Mar 17, 2019 at 1:38 PM Marek Kozlowski via dovecot < dovecot@dovecot.org> wrote: > :-) > > I've just added pigeonhole and a simple sieve script: > - > require "fileinto";

Re: `Spam' folder creation for multiple users

2019-03-17 Thread Aki Tuomi via dovecot
> On 17 March 2019 20:37 Marek Kozlowski via dovecot > wrote: > > > :-) > > I've just added pigeonhole and a simple sieve script: > - > require "fileinto"; > if header :contains "X-Spam-Flag" "YES" { >fileinto "Spam"; > } > ---

`Spam' folder creation for multiple users

2019-03-17 Thread Marek Kozlowski via dovecot
:-) I've just added pigeonhole and a simple sieve script: - require "fileinto"; if header :contains "X-Spam-Flag" "YES" { fileinto "Spam"; } - If a user has this folder (`Spam') it works fine. If th