Re: Sieve Header question.

2019-08-30 Thread Larry Rosenman via dovecot
Ok, I figured it out. Needed to use a :regex match instead of :matches. On Fri, Aug 30, 2019 at 5:25 PM Larry Rosenman wrote: > I'm trying to make my github processing better, but I'm missing something. > > I have the following: > if address :all :contains "from" ["github.com"] { >addflag

Sieve Header question.

2019-08-30 Thread Larry Rosenman via dovecot
I'm trying to make my github processing better, but I'm missing something. I have the following: if address :all :contains "from" ["github.com"] { addflag "github"; addflag "MyFlags" "github"; set "mailbox" "GitHub"; if address :matches :user "to" "*" { set "GHUser" "${1}";