Queue processing report still send mails

Hello,

In my config.php I have this custom options:

$pageroot = ‘’;
$language_module = ‘portuguese_pt.inc’;
define(‘ALLOW_UPDATER’, false);
define(‘MANUALLY_PROCESS_QUEUE’, 0);
define(‘SEND_QUEUE_PROCESSING_REPORT’,false);
define(‘USE_ADMIN_DETAILS_FOR_MESSAGES’,0);
define(‘MAXLIST’, 10);
define(‘MAILQUEUE_BATCH_PERIOD’, 500);
define(‘USE_DOMAIN_THROTTLE’, 1);
define(‘DOMAIN_BATCH_SIZE’, 20);
define(‘DOMAIN_BATCH_PERIOD’, 300);
define(‘USE_SPAM_BLOCK’, 1);
define(‘NOTIFY_SPAM’, 1);

As you can see I have “define(‘SEND_QUEUE_PROCESSING_REPORT’,false);” but still received a lot of queue report. I have the queue processing in Cron every 5min.
Why is not disabled as I put on config.php?

Thank you

Solved here: