First of all, sorry for my english.
In my company, we use OTRS+ITSM 6.0.10 for one year in a test environment. Since one week, we migrate OTRS in a production environment. It means that OTRS is installed on a new VM.
Here is the steps followed :
1. Stop all services relevant to OTRS (except the database).
2. Make a full backup of OTRS from the test environment.
3. Restore the full backup on the production environment.
4. Change the differents settings of the configuration files (for example : Config.pm).
5. Start all services relevant to OTRS.
There is no difference between the test environment and the production environment, except the PostgreSQL version : from 10.4 to 10.8.
Since we make this change, we have 100% CPU usage pics sometimes, but we never had this before... See below :


In the httpd's log, I find this :
[Fri Jun 28 10:22:59 2019] -e: Use of uninitialized value $NewTo in concatenation (.) or string at /opt/otrs//Kernel/System/Ticket/Article/Backend/MIMEBase.pm line 383.
[Fri Jun 28 10:24:17 2019] -e: Use of uninitialized value $NewTo in concatenation (.) or string at /opt/otrs//Kernel/System/Ticket/Article/Backend/MIMEBase.pm line 383.
[Fri Jun 28 10:27:14 2019] -e: Use of uninitialized value $NewTo in concatenation (.) or string at /opt/otrs//Kernel/System/Ticket/Article/Backend/MIMEBase.pm line 383.
[Fri Jun 28 10:28:54 2019] -e: Use of uninitialized value $NewTo in concatenation (.) or string at /opt/otrs//Kernel/System/Ticket/Article/Backend/MIMEBase.pm line 383.
[Fri Jun 28 10:30:58 2019] -e: Use of uninitialized value $NewTo in concatenation (.) or string at /opt/otrs//Kernel/System/Ticket/Article/Backend/MIMEBase.pm line 383.
The errors appear in the same time of the 100% CPU usage pics.
Furthermore, I have a zombie process. Even after a reboot, the zombie process is still alive !

Could you please help me to resolve this issue ?
Snaake