Paul J Stevens wrote: > >> It looks like it is happening for post 2.2.12 inserted email. Perhaps only >> with IMAP clients, but I was not able to confirm before I rolled back to >> 2.2.11. >> > > Jon, > > Any ideas here? > >
Oh thanks for passing the ball to me. What timezone is the server set for? Also is this a pipe or lmtp insertion? If you do a simple select on dbmail_phymessage for both a before and after 2.2.12 upgrade messages, how does that compare to the received header timestamp? They should be pretty close once the timezone adjustment is made. The correct operation would be to have the UTC timestamp stored in the database. When read from the database, it is not adjusted other than to add +0000 for a timestamp to the reformatted time. The patches http://git.dbmail.eu/cgit/cgit.cgi/paul/dbmail/commit/?h=dbmail_2_2&id=296c72b96ad148a812a0c681271bca52ca10c226 http://git.dbmail.eu/cgit/cgit.cgi/paul/dbmail/commit/?h=dbmail_2_2&id=01032167d087d675b92f6cca16527726db06ee84 only dealt with the reading part, not with insertion. So you should not be having an issue with this change. I will quickly test it out though to see if there is any difference for me. -Jon -- Scanned for viruses and dangerous content by MailScanner _______________________________________________ DBmail mailing list [email protected] http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail
