Archived Email Bulk Retrieval Error

Issue #260 wontfix
s s created an issue

Hello,

Sometimes when user restore mail from archive it is restored many times. For example user did a bulk email retrieval of 9 emails from the piler. But got 135 copies of 1st mail, and from 16 to 48 copies of other messages.

We use piler 0.1.25-master-branch, build 845.

Thanks.

Comments (7)

  1. Janos SUTO repo owner

    Please add the following to model/mail/mail.php right before the line "return $ok;":

    syslog(LOG_INFO, "sending mail from=$from, rcpt=" . implode(" ", $to) . ", status=$ok");
    

    Then try to restore some emails again. It will syslog to the archive's maillog what the GUI is doing.

  2. s s reporter

    The problem was with messages imported from postini. Header "Content-Type" in these messages located before X-MS-Exchange headers.

  3. Log in to comment