Re: Problems with sieve after upgrading from version 3.2.7 to 3.4.1

"Eugene V. Boontseff via Info" <[email protected]>
Newsgroups gmane.mail.imap.cyrus
Organization my home warm company
Message-ID <[email protected]>
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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.