Some more information:
quick search from database shows me, that there is _no_ information about content-type of this message in dbmail_header table in installation with dbmail-3.1.7: mysql> select * from dbmail_headername where id in (select headername_id from dbmail_header where physmessage_id=282357); +------+-----------------------------+ | id | headername | +------+-----------------------------+ | 2 | date | | 3 | delivery-date | | 65 | disposition-notification-to | | 4 | envelope-to | | 5 | from | | 6 | message-id | | 1273 | mime-version | | 7 | received | | 8 | return-path | | 21 | sender | | 9 | subject | | 26 | thread-index | | 10 | to | | 14 | x-mailer | | 15 | x-mimeole | +------+-----------------------------+ and there is information with dbmail-3.0.2: mysql> select * from dbmail_headername where id in (select headername_id from dbmail_header where physmessage_id=84929); +----+---------------+ | id | headername | +----+---------------+ | 1 | content-type | | 2 | date | | 11 | delivery-date | | 12 | envelope-to | | 3 | from | | 5 | message-id | | 66 | organization | | 13 | received | | 7 | return-path | | 8 | subject | | 9 | to | | 15 | x-mailer | | 16 | x-priority | +----+---------------+ May be this is the reason with "bug" in roundcube? _______________________________________________ DBmail mailing list [email protected] http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail
