Alex wrote:
I get this with some messages:
dbmysql.c,db_query: [Duplicate entry '3-12-by amavisd-new-2.2.1
(20041222) (Debian) at neti.ee' for key 3] [INSERT INTO
dbmail_headervalue (headername_id, physmessage_id, headervalue) VALUES
(12,3,'by amavisd-new-2.2.1 (20041222) (Debian) at neti.ee')]
dbmail-message.c,_header_cache: insert headervalue failed
From the code:
---
if (db_query(q->str))
/* ignore possible duplicate key collisions */
trace(TRACE_WARNING,"%s,%s: insert headervalue failed",
__FILE__,__func__);
---
I guess that means that _I_ should ignore the duplicate errors. Would be
nice, if this would be handled somehow and not ignored though.
Alex