require ["envelope", "fileinto"]; if envelope :is "from" "" { fileinto "INBOX.Reports"; stop; }
But mails are not moved to the reports mailbox, and they are still processed by the rest of the script.
require ["envelope", "fileinto"]; if envelope :is "from" "" { fileinto "INBOX.Reports"; stop; }
But mails are not moved to the reports mailbox, and they are still processed by the rest of the script.