Re: Stop used or not

2022-01-21 Thread Steven Varco
> Am 20.01.2022 um 19:13 schrieb mau...@gmx.ch: > > Sieve scripts running fine, but please what would mean the “Stop”, if I have > multiple Policy that will run true, I need one stop to finish this per > section? > > if header :is ["from","bcc","to"] [“Email-Address-one”, ”Email-Address-Two”

Re: AW: Stop used or not

2022-01-20 Thread Aki Tuomi
> On 20/01/2022 20:25 mau...@gmx.ch wrote: > > > > On 20/01/2022 20:13 mau...@gmx.ch wrote: > > > >stop will stop at that point. > >Aki > > Thanks for your quick answer, so please if I have multiple policy's running, > so sould stop on each point or once for all? It depends. If you want it

AW: Stop used or not

2022-01-20 Thread mauric
> On 20/01/2022 20:13 mau...@gmx.ch wrote: > >stop will stop at that point. >Aki Thanks for your quick answer, so please if I have multiple policy's running, so sould stop on each point or once for all?

Re: Stop used or not

2022-01-20 Thread Aki Tuomi
> On 20/01/2022 20:13 mau...@gmx.ch wrote: > > > Sieve scripts running fine, but please what would mean the “Stop”, if I have > multiple Policy that will run true, I need one stop to finish this per > section? > > if header :is ["from","bcc","to"] [“Email-Address-one”, ”Email-Address-Two”,

Stop used or not

2022-01-20 Thread mauric
Sieve scripts running fine, but please what would mean the "Stop", if I have multiple Policy that will run true, I need one stop to finish this per section? if header :is ["from","bcc","to"] ["Email-Address-one", "Email-Address-Two", "and so on"] { fileinto ".\Magic-FolderName"; stop; }