http://bugzilla.spamassassin.org/show_bug.cgi?id=3519
------- Additional Comments From [EMAIL PROTECTED] 2004-06-17 16:01 -------
spamassassin=# \d bayes_token
Table "public.bayes_token"
Column | Type | Modifiers
------------+--------------+----------------------
id | integer | not null default '0'
token | character(5) | not null default ''
spam_count | integer | not null default '0'
ham_count | integer | not null default '0'
atime | integer | not null default '0'
Indexes: bayes_token_pkey primary key btree (id, token)
perl-DBD-Pg-1.21-2 is the rpm
It's possible that the database was created while my locale was set to
en_US.UTF-8 instead of en_US. I'll poke around a bit more.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.