On Sat, Oct 09, 2004 at 06:56:03PM +0200, Marco Supino wrote:
> 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 ?
> 
> 

Errors like this generally indicate some odd permission problem.  Make
sure that you have all of the proper privs on the spamassassin table.
I'm not an Oracle wiz, but if you've made it up to that point without
errors, then it might just be select privs that are missing.

I haven't had a chance to test bayes on an Oracle system yet, so it is
also possible there is something that just doesn't work correctly in
Oracle.  Anyone have an Oracle setup they would let me test on for a
few days?

Michael

Reply via email to