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
Comment #1
jeremy commentedTry the latest release, re-open if still a problem.
Comment #2
(not verified) commented