Re: Sieve and handling multiple addresses

2020-07-19 Thread @lbutlr
On 19 Jul 2020, at 07:31, Aki Tuomi wrote: > :comparator might work better. Seems likely, yes. Sigh. -- he'd moved like music, like someone dancing to a rhythm inside his head. And his face for a moment in the moonlight was the skull of an angel…

Re: Sieve and handling multiple addresses

2020-07-19 Thread Aki Tuomi
On 19/07/2020 15:49 @lbutlr wrote: On 19 Jul 2020, at 04:58, @lbutlr wrote: [stuff] I have this: if address :is :localpar

Re: Sieve and handling multiple addresses

2020-07-19 Thread
> On 19 Jul 2020, at 04:58, @lbutlr wrote: [stuff] I have this: if address :is :localpart ["to", "cc"] "kremels" { if allof (address :count "ge" :comperator "i;ascii-numeric" ["to", "cc"] ["2"], not exists ["list-id","mailing-list", "x-loop"] ) {

Re: Sieve and handling multiple addresses

2020-07-19 Thread Stephan Bosch
On 19/07/2020 12:58, @lbutlr wrote: On 18 Jul 2020, at 11:23, Stephan Bosch wrote: On 12/07/2020 22:47, @lbutlr wrote: On 12 Jul 2020, at 10:17, Benny Pedersen wrote: @lbutlr skrev den 2020-07-12 16:43: I an trying to write a sieve action that will take mail that is addressed to a user o

Re: Sieve and handling multiple addresses

2020-07-19 Thread @lbutlr
On 18 Jul 2020, at 11:23, Stephan Bosch wrote: > On 12/07/2020 22:47, @lbutlr wrote: >> On 12 Jul 2020, at 10:17, Benny Pedersen wrote: >>> @lbutlr skrev den 2020-07-12 16:43: I an trying to write a sieve action that will take mail that is addressed to a user only it is filed in a mai

Re: Sieve and handling multiple addresses

2020-07-18 Thread Stephan Bosch
On 12/07/2020 22:47, @lbutlr wrote: On 12 Jul 2020, at 10:17, Benny Pedersen wrote: @lbutlr skrev den 2020-07-12 16:43: I an trying to write a sieve action that will take mail that is addressed to a user only it is filed in a mailbox (e.g. "Direct") if it is to the email AND to any other em

Re: Sieve and handling multiple addresses

2020-07-12 Thread @lbutlr
On 12 Jul 2020, at 10:17, Benny Pedersen wrote: > @lbutlr skrev den 2020-07-12 16:43: >> I an trying to write a sieve action that will take mail that is >> addressed to a user only it is filed in a mailbox (e.g. "Direct") if >> it is to the email AND to any other email address, then file it in a >

Re: Sieve and handling multiple addresses

2020-07-12 Thread Benny Pedersen
@lbutlr skrev den 2020-07-12 16:43: I an trying to write a sieve action that will take mail that is addressed to a user only it is filed in a mailbox (e.g. "Direct") if it is to the email AND to any other email address, then file it in a mailbox named, e.g. "Cc". And if the mail is not addressed