X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=Notify.php;h=5a33985ff433055db92209376f378a9e69532a68;hb=ed841e50bbfb09ef0e0823d9aa7a59c24f1633ea;hp=2e5dcebde20d469b9a9d386318f2e171135f13e4;hpb=97f1ae8707ec47933d7fc742868fa63f46c36bd5;p=Pman.Core diff --git a/Notify.php b/Notify.php index 2e5dcebd..5a33985f 100644 --- a/Notify.php +++ b/Notify.php @@ -295,7 +295,9 @@ class Pman_Core_Notify extends Pman if ($black !== false) { if (false === $this->server->updateNotifyToNextServer($p)) { - $p->updateState("????"); + $ev = $this->addEvent('NOTIFY', $p, 'BLACKLISTED FROM our DB'); + $this->server->updateNotifyToNextServer($w, strtotime('NOW + 5 MINUTES'),true); + // $this->errorHandler( $ev->remarks); } continue;