20 Jan
2022
20 Jan
'22
8:19 p.m.
On 20/01/2022 20:13 mauric@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