NotifySend.php
authorAlan Knowles <alan@roojs.com>
Tue, 31 Jul 2012 05:30:04 +0000 (13:30 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 31 Jul 2012 05:30:04 +0000 (13:30 +0800)
NotifySend.php

index b514d42..f306064 100644 (file)
@@ -322,7 +322,7 @@ class Pman_Core_NotifySend extends Pman
                 // try again later..
                 // check last event for this item..
                 
-               
+                print_r($res);
                 $this->addEvent('NOTIFY', $w, 'GREYLISTED ' . $p->email . ' ' . $res->toString());
                 $w->act_when = date('Y-m-d H:i:s', strtotime('NOW + ' . $retry . ' MINUTES'));
                 $w->update($ww);