Hello,

after our upgrade to 2.1.7 we have been playing with Sieve scripts in the last week and ran into some unexpected scenarios.
Maybe anyone can help us out?

require ["fileinto"];

if header :contains "To" "[EMAIL PROTECTED]" {
    fileinto "Test";
    stop;
}

We expected mail to "[EMAIL PROTECTED]" to be moved to the folder "Test". Indeed, messages were filed into "Test" but still kept in the Inbox. If we didn't get RFC3028 wrong, we thought the fileinto command would revoke the "implicit keep". What are your thoughts about this? Is there anything wrong with our Sieve script?

Regards,

Horst

Reply via email to