Re: Since multiple ,matches

2019-07-27 Thread @lbutlr via dovecot
Never mind, I figured out my (stupid) error. > I have a rule in sieve like the following: > > if anyof (header :contains ["to"] [ "box", "change", "cornell”, “twitter”]) { -- 'My strength is like the strength of ten because my heart is pure,' said Carrot. 'Really? Well, there's eleven of the

Since multiple ,matches

2019-07-27 Thread @lbutlr via dovecot
I have a rule in sieve like the following: if anyof (header :contains ["to"] [ "box", "change", "cornell”, “twitter”]) { setflag "\\Seen"; fileinto :create "misc"; stop; } The messages that come in are using address extensions, so user+twit...@example.com, for example. The trouble is,