<!doctype html>
<html>
<head>
<meta charset="UTF-8">
</head>
<body>
<div>
<br>
</div>
<blockquote type="cite">
<div>
On 19/07/2020 15:49 @lbutlr <<a href="mailto:kremels@kreme.com">kremels@kreme.com</a>> wrote:
</div>
<div>
<br>
</div>
<div>
<br>
</div>
<blockquote type="cite">
<div>
On 19 Jul 2020, at 04:58, @lbutlr <<a href="mailto:kremels@kreme.com">kremels@kreme.com</a>> wrote:
</div>
</blockquote>
<div>
[stuff]
</div>
<div>
<br>
</div>
<div>
I have this:
</div>
<div>
<br>
</div>
<div>
if address :is :localpart ["to", "cc"] "kremels" {
</div>
<div>
if allof (address :count "ge" :comperator "i;ascii-numeric" ["to", "cc"] ["2"],
</div>
<div>
not exists ["list-id","mailing-list", "x-loop"] )
</div>
<div>
{
</div>
<div>
fileinto :create "listCC";
</div>
<div>
}
</div>
<div>
}
</div>
<div>
<br>
</div>
<div>
I get:
</div>
<div>
.active_sieve: line 55: error: unknown tagged argument ':comperator' for the address test (reported only once at first occurrence).
</div>
<div>
.active_sieve: error: <a href="https://tools.ietf.org/html/rfc5231#section-6" rel="noopener" target="_blank"></a>
</div>
</blockquote>
<div>
:comparator might work better.
</div>
<div class="io-ox-signature">
<pre>---
Aki Tuomi</pre>
</div>
</body>
</html>