From 70e519f6ebd1516ace3defd8b8e98046710d5ff6 Mon Sep 17 00:00:00 2001 From: Alan Date: Fri, 18 Aug 2023 12:00:38 +0800 Subject: [PATCH] add logging --- Notify.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Notify.php b/Notify.php index b0151a5e..097e975c 100644 --- a/Notify.php +++ b/Notify.php @@ -280,6 +280,7 @@ class Pman_Core_Notify extends Pman $black = $this->isBlacklisted($email); if ($black !== false) { + $this->logecho("DOMAIN blacklisted - {$email} - moving to another pool"); $this->updateServer($p, $black); continue; } -- 2.39.2