On Sat, 2006-06-17 at 13:24 +0200, Paul J Stevens wrote: > > Jun 16 18:31:41 [dbmail/maintenance] Error dbmysql.c,db_query: > > [Duplicate entry > > 'multipart/related;_type="multipart/alternative";_boundary="----=_NextPart_000_001B_01C0CA80.6B015D10' > > for key 2] [INSERT INTO dbmail_headername (headername) VALUES > > ('multipart/related;_type="multipart/alternative";_boundary="----=_NextPart_000_001B_01C0CA80.6B015D10"')] > > > > I don't think these mime boundaries are really header names... > > Sounds like a possible gmime bug to me. Is there something about the > message involved that might explain this. I don't see any like these in > my db.
Just for fun, try "SELECT * FROM dbmail_headername". I don't think you should see more than 50-100 entries. I have 12729. The majority of them are like this: | 5939 | multipart/signed; protocol="application/x-pkcs7-signature"; micalg=SHA1; boundary="----=_NextPart_00 | | 2887 | multipart/report; report-type=disposition-notification; boundary="----_=_NextPart_001_01C3BA98.F93F1 | | 1689 | multipart/report; boundary="----_=_NextPart_001_01C12CB6.5122F500"; report-type=delivery-status | | 10194 | multipart/related; type="multipart/alternative"; boundary="----_=_NextPart_001_01C67055.7890BED1" | | 5874 | text/html; format=flowed; charset="iso-8859-1"; reply-type=original | And so on. So yeah, something isn't right here. gmime-config --version: 2.2.1 Aaron