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

index 102b192..a9b9411 100644 (file)
@@ -410,7 +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);
-                $this->errorHandler(date('Y-m-d h:i:s') . " - GREYLISTED - " . $errmsg);
+                $this->errorHandler(date('Y-m-d h:i:s') . " - GREYLISTED -  $errmsg \n");
             }
             $fail = true;
             break;