Re: [Mailman-Users] Incorrect timezone in mailman-generated messages

2011-10-24 Thread Ivan Kuznetsov
Hello! The Date: header is definitly put by Mailman process (Python library) not by MTA. The MTA (postfix 2.7.1) uses system tzdata and works correctly. The Mailman was restarted just after the system tzdata update. And more, we have a power blackout last week so all the company servers were

Re: [Mailman-Users] Incorrect timezone in mailman-generated messages

2011-10-24 Thread Ivan Kuznetsov
Hello! 24.10.2011 12:32, Ivan Kuznetsov wrote: I will try to update the Python package and see the result Updated Python (package python26-2.6.5-6.el5.i386.rpm) shows the same incorrect results on interactive tests: [kia@pine ~]$ python26 Python 2.6.5 (r265:79063, Feb 28 2011, 21:55:56)

[Mailman-Users] Incorrect timezone in mailman-generated messages

2011-10-21 Thread Ivan Kuznetsov
Hello! After the local timezone rules change the mailman sends messages with incorrect timezone in Date: header. Acording to the Russian Govnerment statement Russia is abolishing daylight saving time from this year. E.g. Moscow time (which daylight saving was GMT+4) will now has standard

Re: [Mailman-Users] Incorrect timezone in mailman-generated messages

2011-10-21 Thread Mark Sapiro
On 10/20/2011 7:09 AM, Ivan Kuznetsov wrote: After the local timezone rules change the mailman sends messages with incorrect timezone in Date: header. [...] Date: Thu, 20 Oct 2011 15:54:40 +0300 [...] We are using mailman for years without such a problem before. All other software run at

Re: [Mailman-Users] Incorrect timezone in mailman-generated messages

2011-10-21 Thread Brad Knowles
On Oct 20, 2011, at 9:09 AM, Ivan Kuznetsov wrote: After the local timezone rules change the mailman sends messages with incorrect timezone in Date: header. Mailman itself knows nothing about timezones. Anything to do with timezones being incorrect is almost certainly an Operating System

Re: [Mailman-Users] Incorrect timezone in mailman-generated messages

2011-10-21 Thread Ralf Hildebrandt
* Brad Knowles b...@shub-internet.org: On Oct 20, 2011, at 9:09 AM, Ivan Kuznetsov wrote: After the local timezone rules change the mailman sends messages with incorrect timezone in Date: header. Mailman itself knows nothing about timezones. Anything to do with timezones being

Re: [Mailman-Users] Incorrect timezone in mailman-generated messages

2011-10-21 Thread Brad Knowles
On Oct 21, 2011, at 10:04 AM, Ralf Hildebrandt wrote: This date header may have been put on by the local MTA on this machine, or it may have been put on by a Python library, but I don't think it was put on by Mailman itself. Note that the time is still 15:54, but the timezone is wrong.

Re: [Mailman-Users] Incorrect timezone in mailman-generated messages

2011-10-21 Thread Ralf Hildebrandt
* Brad Knowles b...@shub-internet.org: On Oct 21, 2011, at 10:04 AM, Ralf Hildebrandt wrote: This date header may have been put on by the local MTA on this machine, or it may have been put on by a Python library, but I don't think it was put on by Mailman itself. Note that the time is

Re: [Mailman-Users] Incorrect timezone in mailman-generated messages

2011-10-21 Thread Mark Sapiro
Brad Knowles wrote: Moreover, even if that header were put on before the message is handed to the MTA, I don't know that Mailman itself would be putting that header on -- I suspect that Mailman would use a Python library to do that, as opposed to doing it internally. In the case of this