> 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”
> 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
> 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?
> 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”,
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;
}