NotifySend.php
authorAlan <alan@roojs.com>
Thu, 12 Oct 2023 04:23:54 +0000 (12:23 +0800)
committerAlan <alan@roojs.com>
Thu, 12 Oct 2023 04:23:54 +0000 (12:23 +0800)
NotifySend.php

index 2ea25a3..7dbd33b 100644 (file)
@@ -544,7 +544,7 @@ class Pman_Core_NotifySend extends Pman
         
         // try again.
         
-        $ev = $this->addEvent('NOTIFY', $w, 'NO HOST CAN BE CONTACTED:' . $p->email);
+        $ev = $this->addEvent('NOTIFY', $w, 'GREYLIST - NO HOST CAN BE CONTACTED:' . $p->email);
         
         $this->server->updateNotifyToNextServer($w,  strtotime('NOW + ' . $retry . ' MINUTES'),true);