[Maia-users] bayes not working?

Robert Fitzpatrick lists at webtent.net
Mon Aug 20 11:31:07 PDT 2007


On Mon, 2007-08-20 at 20:05 +0200, Jeffrey Schilperoord wrote:
> Hi,
> 
> CREATE TABLE bayes_token (
>   id 		INTEGER NOT NULL DEFAULT '0',
>   token 	BYTEA NOT NULL DEFAULT '',
>   spam_count 	INTEGER NOT NULL DEFAULT '0',
>   ham_count 	INTEGER NOT NULL DEFAULT '0',
>   atime 	INTEGER NOT NULL DEFAULT '0',
>   PRIMARY KEY (id, token)
> ) WITHOUT OIDS;
> CREATE INDEX bayes_token_idx1 ON bayes_token (token);
> 
> This is the table definition for bayes_token pgsql (from the maia
> tarball) The only real difference i see that in your example that i cant
> really find a primary key (maybe i overlooked it). 

I do have 'PRIMARY KEY (id, token)', do you mean the primary key I have
in my table should not be there?

> 
> [75959] dbg: dcc: local tests only, disabling DCC
> 
> Did you see that line from the output of spamassassin --lint ? I think
> this command doesnt look at the amavisd.conf file and uses only local
> tests by default.

So, no worries then? Yeah, I was pretty sure the DCC and the lot was
working.

-- 
Robert



More information about the Maia-users mailing list