Hi ALL.
I have a strange issue with sieve scripts.
Here is what I have in the maillog:
Oct 12 17:08:57 marfa dbmail/smtp[19415]: Message sort.c,
sort_deliver_to_mailbox: message id=317, setting imap flags
---------------------------------------------------------
require ["fileinto"];
if header :contains "from" "test4" {
fileinto "INBOX.Spam";
stop;
}
---------------------------------------------------------
All messages which came through sieve scripts are getting into Trash
folder, because all possible FLAGs are set on that message.
Am I missing something ?
Please advise.
Thanks.