I decided to set the archive logic to 'when-resent' to avoid those bogus
archives far away in the future.

Nevertheless I wanted the HTML archiver to show the X-Original-Date
value in the list archive.

So, now tha I am launched with Python, I made a little patch to
pipermail.py (I have version 2.0.1)

221c221,224
<       if message.has_key('Date'):
---
>       if message.has_key('X-Original-Date'):
>           self.datestr = str(message['X-Original-Date'])
>           date = message.getdate_tz('X-Original-Date')
>       elif message.has_key('Date'):


Hope I've guessed the whole thing right...

Giancarlo

_______________________________________________
Mailman-Developers mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-developers

Reply via email to