add logging
authorAlan <alan@roojs.com>
Fri, 18 Aug 2023 04:00:38 +0000 (12:00 +0800)
committerAlan <alan@roojs.com>
Fri, 18 Aug 2023 04:00:38 +0000 (12:00 +0800)
Notify.php

index b0151a5..097e975 100644 (file)
@@ -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;
             }