Hi,
I am tring to make the AWL and Bayes work with SQL , on a Oracle 8.1.7 database, AWL works fine, but i have some problems with the bayes interface, make test gives out this errors :
t/bayessql..................ok 16/44# Failed test 17 in t/bayessql.t at line 133
t/bayessql..................ok 23/44# Failed test 24 in t/bayessql.t at line 168
t/bayessql..................ok 39/44Use of uninitialized value in numeric ne (!=) at t/bayessql.t line 260.
t/bayessql..................ok 40/44Use of uninitialized value in numeric ne (!=) at t/bayessql.t line 288.
t/bayessql..................FAILED tests 17, 24
Failed 2/44 tests, 95.45% okay
anyone knows what test 17 and 24 are ?
I did try to use it , ignoring this error, but had problems with insert new tokens into the bayes_token table, there are two primary keys in this table, and although SpamAssassin said it cant insert the token, manually i could enter it,
Any idea ?