On 04.06.2021 20:54, Eugene V. Boontseff via Info wrote:
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?

I've tried explicitly embedding discasrd:


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

}

But all the same, the message remained as in the INBOX/root folder, the same in the INBOX. When I rolled back the server version to 3.2.7, the messages started moving again in the INBOX/root folder as expected.

--
Eugene


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

Reply via email to