bug-mailutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug: sieve command very slow and loads completely 1 CPU core since 3.13


From: Михаил
Subject: bug: sieve command very slow and loads completely 1 CPU core since 3.13 version of mailutils
Date: Sat, 21 May 2022 22:30:07 +0300

Hi!

I have compiled all versions of mailutils, starting from 3.11 and up to 3.15, 
on my two different PCs (Linux mint 20.3 and Gentoo x86_64): when processing a 
simple rule (with maildir) for about 1350 emails starting from version 3.13, 
the sieve process spends about 10 seconds (in version 3.12, about 0.5 seconds), 
with 1 CPU core loaded at 100%.

My command:
sieve ~/.imail/sieve-to -f ~/.imail/sample/Sent

My rule:
require "fileinto";
if header :contains "to" ["sample@gmx.de"]
  {
    fileinto "~/.imail/sample/test";
}
---
Best regards, Mikhail



reply via email to

[Prev in Thread] Current Thread [Next in Thread]