<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<div class="moz-text-html" lang="x-western"> On 2010-05-12 21:49,
Christian Tardif wrote:
<blockquote cite="mid:4BEB5ABC.9080804@servinfo.ca" type="cite"> The
sieve filter is then set to:<br>
  <br>
if header :value "ge" :comparator "i;ascii-numeric" "X-Spam-Score"
["9.2"] {<br>
  fileinfo "INBOX/Spam";<br>
  stop;<br>
}<br>
</blockquote>
<br>
Ouch! HUGE bug in this sieve script...  it seems that the ascii-numeric
comparison does not handle negative numbers....  Since the installation
of this script, anything which is lower than -6.3 (6.3 is my target) is
rejected as SPAM, since its conterpart, 6.3, is higher or equal to my
target....  is this the Kolab-cyrus implementation of sieve which is
bad, or any cyrus-imap implementation? <br>
<br>
<div class="moz-signature">-- <br>
<style type="text/css" media="screen">
        #container {
                position: relative;
        }
        #top {
                position: relative;
        }
        #logo {
                position: relative;
                float: left;
        }
        #infos {
                position: relative;
                float: left;
        }
        #bottom {
                position: relative;
                width: 100%;
                clear: both;
        }
</style>
<div id="top"> <br>
Christian Tardif</div>
</div>
</div>
</body>
</html>