Συντάκτης: Rossz Vamos-Wentworth Ημερομηνία: Προς: exim-users Αντικείμενο: [Exim] exiscan-acl bug
Exiscan-acl seems to be incorrectly converting spam_score to the
spam_score_int value, being off by 0.1. I have my server configured
to refuse messages if the spam_score_int value is greater than 100
(10.0) but an email that scored exactly 101 (10.1) was allowed
through. The same with tagging emails. An item that scored 51 (5.1)
did not get tagged. The obvious fix is to compare agains 99 and 49
to compensate for the slight error.