RESOLVED: X-PHP-Originating-Script: 1639:utils.inc.php

I got around 7000 emails today looking like this:

A message that you sent was rejected by the local scanning code that
checks incoming messages on this system. The following error was given:
This message was classified as SPAM and may not be delivered
------ This is a copy of your message, including all the headers. ------
Received: from xxxxx by xxxx.xxxxxxx.xxx with local (Exim 4.93)
(envelope-from )
id 1lB5XD-009v-N7
for xxxxxxx@xxxxxxxx; Sun, 14 Feb 2021 02:45:11 +0200
To: xxxxxxxx@xxxxxxxx
Subject: =?UTF-8?B?TmV3IGdlmaWNhdGvbiBvbiAiTXlzdGljYWwx1YiI=?=
X-PHP-Originating-Script: 1639:utils.inc.php
Content-type: text/html; charset=UTF-8
 MIME-Version: 1.0

Hosting service says that the above emails are generated by a script probably this one: 1639:utils.inc.php 

Cron job: php -q /home/xxxxxxx/public_html/periodic/cron.php 

I have deleted all members, all posts everything but still getting the emails. Also I have disabled notifications.

Any ideas on how to fix this?

  • 557
  • More
Replies (3)
    • Hello george1 !

      It looks like UAN has prepared the messages to send but your server delayed delivering this queue. But you may try to clear the `bx_notifications_queue` table to check.

      • Hi LeonidS !

        The `bx_notifications_queue` is empty, the emails are in `sys_queue_email` which I emptied. The messages stopped but it happens again with every new notification. They get in this loop. It doesn't happen with the system emails. Is it something that has to do with the server or is there an error in utils.inc.php ?

        • I have managed to solve the issue by using an SMTP server.

          Login or Join to comment.