I found the following in my logs:

pg_query(): Query failed: ERROR: duplicate key violates unique constraint "spam_tokens_token_key" in /usr/local/share/drupal-4.6.3/includes/database.pgsql.inc on line 45.
query: INSERT INTO spam_tokens (token, spam, notspam, probability, last) VALUES('header*nude', 1, 0, 99, 1131462752) in /usr/local/share/drupal-4.6.3/includes/database.pgsql.inc on line 62.

I'm guessing that the token splitting code isn't being applied equally to headers as to body elements.

Comments

jeremy’s picture

Status: Active » Fixed

Try the latest release, re-open if still a problem.

Anonymous’s picture

Status: Fixed » Closed (fixed)