Re: Sieve and recipient_delimiter

2019-11-16 Thread @lbutlr via dovecot
On 16 Nov 2019, at 22:06, Sean Kamath wrote: > On Nov 16, 2019, at 09:46, @lbutlr via dovecot wrote: >> I use recipient_delimiter addresseses quiet a bit, and I want to put several >> of them into a mailbox >> >> if anyof (header :contains ["to"] [ “FOO", “foo", “bar", “florin"]) { >>

Re: Sieve and recipient_delimiter

2019-11-16 Thread Sean Kamath via dovecot
From the Notes section of my sieve file, because I always forget this # MORE NOTES: # Using :localpart takes just the local part of an address # header selects a header, address selects an address # Looks like this is the spec: # :localpart = :user+:detail # address are :localpart @ :domain, or

Sieve and recipient_delimiter

2019-11-16 Thread @lbutlr via dovecot
I use recipient_delimiter addresseses quiet a bit, and I want to put several of them into a mailbox if anyof (header :contains ["to"] [ “FOO", “foo", “bar", “florin"]) { fileinto :create “later"; stop; } When I get an email addressed to me+...@example.com or