NotifySend.php
authorAlan Knowles <alan@roojs.com>
Fri, 10 Apr 2015 03:56:16 +0000 (11:56 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 10 Apr 2015 03:56:16 +0000 (11:56 +0800)
NotifySend.php

index a9b9411..a16eff3 100644 (file)
@@ -410,6 +410,7 @@ class Pman_Core_NotifySend extends Pman
                 $this->addEvent('NOTIFY', $w, 'GREYLISTED - ' . $errmsg);
                 $w->act_when = date('Y-m-d H:i:s', strtotime('NOW + ' . $retry . ' MINUTES'));
                 $w->update($ww);
+                echo $this->debug_str;
                 $this->errorHandler(date('Y-m-d h:i:s') . " - GREYLISTED -  $errmsg \n");
             }
             $fail = true;