Hello Chris,
On 2013-08-24 22:55, Christian Vielhauer wrote:
i have exported all mails out of openbenno where they are stored as
*.gz.
so i have to export them with zcat filename > filename.eml
but now all mail eml-files are from same date....
piler imports mails successfully, but now they are all listed of date
20.08.2013.
Is there a way to import mails not by date of file, but rather on
date tag in mail-header?
Actually it should honor the Date: header.
Please run the pilertest utility from the piler source dir, and check
what it says about an EML email.
Also connect to the piler database, and run the following:
select id, sent, archived from metadata limit 10;
And finally please show me the full headers of such a mail with a wrong
date
in the gui.
Janos