I tried to experiment with "index" extension and I found that, in case "0" sieve-filter segfaults. example code was: --8<---------------cut here---------------start------------->8--- if header :index 0 :last :regex "received" "some regex here" { fileinto "dedicated mailbox" ; } --8<---------------cut here---------------end--------------->8--- KJ -- http://stopstopnop.pl/stop_stopnop.pl_o_nas.html I dote on his very absence. -- William Shakespeare, "The Merchant of Venice"
On 30.9.2019 8.13, Kamil Jo?ca via dovecot wrote:> I tried to experiment with "index" extension and I found that, in case > "0" sieve-filter segfaults. > example code was: > --8<---------------cut here---------------start------------->8--- > if header :index 0 :last :regex "received" "some regex here" { fileinto "dedicated mailbox" ; } > --8<---------------cut here---------------end--------------->8--- > KJ >Thank you for reporting this bug. I was able to reproduce it and filed it as DOP-1448. Aki Tuomi
> On 30/09/2019 08:13 Kamil Jo?ca via dovecot <dovecot at dovecot.org> wrote: > > > I tried to experiment with "index" extension and I found that, in case > "0" sieve-filter segfaults. > example code was: > --8<---------------cut here---------------start------------->8--- > if header :index 0 :last :regex "received" "some regex here" { fileinto "dedicated mailbox" ; } > --8<---------------cut here---------------end--------------->8--- > KJ > > -- > http://stopstopnop.pl/stop_stopnop.pl_o_nas.html > I dote on his very absence. > -- William Shakespeare, "The Merchant of Venice"Hi! This has been fixed with https://github.com/dovecot/pigeonhole/compare/a46bb1a%5E...e8af116.patch and will be in next minor release. Aki