> 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”, > ”and so on”] { > fileinto ".\Magic-FolderName"; > stop; > } > > thanks
stop will stop at that point. Aki