> On 30/09/2019 08: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"
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
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<-