SPAM Filter question
Christian Tardif
christian.tardif at servinfo.ca
Fri May 14 07:30:32 CEST 2010
On 2010-05-12 21:49, Christian Tardif wrote:
> The sieve filter is then set to:
>
> if header :value "ge" :comparator "i;ascii-numeric" "X-Spam-Score"
> ["9.2"] {
> fileinfo "INBOX/Spam";
> stop;
> }
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?
--
Christian Tardif
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.kolab.org/pipermail/users/attachments/20100514/e8f30612/attachment.html>
More information about the users
mailing list