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