On 19/07/2020 15:49 @lbutlr <kremels@kreme.com> wrote:


On 19 Jul 2020, at 04:58, @lbutlr <kremels@kreme.com> 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"] )
{
fileinto :create "listCC";
}
}

I get:
.active_sieve: line 55: error: unknown tagged argument ':comperator' for the address test (reported only once at first occurrence).
.active_sieve: error:
:comparator might work better.
---
Aki Tuomi