Control Web Panel

WebPanel => CentOS 7 Problems => Topic started by: cloud on December 17, 2022, 08:45:04 PM

Title: Warning: mail(): Multiple or malformed newlines found in additional_header in
Post by: cloud on December 17, 2022, 08:45:04 PM

getting a error message while sending an from mail_queue, any one can help me ?

error message
Warning: mail(): Multiple or malformed newlines found in additional_header in mail_queue/usr/local/cwpsrv/htdocs/resources/admin/modules/mail_queue.php
Title: Re: Warning: mail(): Multiple or malformed newlines found in additional_header in
Post by: overseer on January 08, 2023, 06:58:47 AM
Did you manually try to edit the mail_queue file? It is IonCube obfuscated (encoded), and CWP explicitly warns agains decoding or tinkering with it:
Code: [Select]
<?php //0042b
// Copyright CentOS WebPanel, Decoding is FORBIDDEN
// All Rights Reserved. www.centos-webpanel.com
if(!extension_loaded('ionCube Loader'...