Yes, I did notice that the path to the files had changed. As I said in my post, I can’t find the unprocessable_mail folder in the /opt/zammad/var/spool folder.
I found this ticket: Unprocessable mail folder missing - #2 by 7qubit
As the person, the command rake zammad:email_parser:failed_email:export_all does not work, I read the doc that you send him but ,e do not understand where is the error, can you help me?
Rake commands are not rails commands and thus are not to be executed in a rails console. And you should never ever use safe mode “casually”. It’s a last resort switch. You’re using it wrong.
OK, ok, because the command in the doc is in the console section that starts with the rails console. i’m going to find out how to do this for the rake command
the solution is :
the unprocessable folder no longer exists since version 6.3.
you therefore need to generate the emails in the database with the command: zammad run rails rake ‘zammad:email_parser:failed_email:export_all’.
Then the emails are in /opt/zammad/tmp/failed-email-XXXX/*.eml