Hello!

I have upgraded the cyrus-imapd version from 3.2.7 to 3.4.1.
I use Sieve to move emails based on a specific attribute into separate folders. For example:

if header :contains "From" "[email protected]"{
             fileinto "INBOX/root"; stop;

}

When the cyrus-imapd version was 3.2.7 (and all previous ones), the messages were moved to the specified folder. After the upgrade, the messages is copied to the folder and the copy  remains in INBOX.

This is how it looks in the log:

before upgrade:

Jun  4 19:32:25 home lmtpunix[7394]: Delivered: <[email protected]> to mailbox: user.eugene.root

after upgrade:

Jun  4 20:27:50 home lmtpunix[2757]: Delivered: <[email protected]> to mailbox: user.eugene Jun  4 20:27:50 home lmtpunix[2757]: Delivered: <[email protected]> to mailbox: user.eugene.root

What can I do to make the messages move, as before, to the specified folder?

--
Eugene


------------------------------------------
Cyrus: Info
Permalink: 
https://cyrus.topicbox.com/groups/info/Ta83894d65eaeca66-M39cb4d3755c7c1748ad59183
Delivery options: https://cyrus.topicbox.com/groups/info/subscription

Reply via email to