PilerImport Message Corrupted

Issue #273 resolved
Paul Murphy created an issue

So I have been trying to import one of my users mailbox using the POP3 feature since the IMAP gives me a Segmentation Fault and it works until it gets to this one message that is just killing it. It is giving me the following.

error: -ERR Message corrupted

It is the same e-mail stopping it every time, but not sure how I can identify what e-mail it is, how to correct this situation, or something as simple as just skipping that one. The current user has nearly 110K e-mails and it's stopping on the 411th.

Any input on the matter would be greatly appreciated.

Comments (5)

  1. Janos SUTO repo owner

    I think it's a pop3 server error message, and pilerimport refuses to go on if it encounters an error. Can you try the following?

    Telnet to your pop3 server, and try to retrieve the 411th message manually by typing "retr 411", ie.

    telnet yourserver 110 user aaaaa pass thepassword stat retr 411

  2. Paul Murphy reporter

    That worked well and you are right. I don't know why I didn't think of it, but i was able to just remove the corrupted e-mail via telnet and proceed.

    The only issue I have now is that I get This error not long after.

    "Expected the default config, but wasn't able to find it, or it isn't a Dictionary. Expected the default config, but wasn't able to find it, or it isn't a Dictionary. Segmentation fault (core dumped)"

    Is this from the POP3 server as well?

  3. Log in to comment