From: Alan Knowles Date: Wed, 6 Apr 2011 15:43:44 +0000 (+0800) Subject: NotifySend.php X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=a94aa47c9b0909ba711cb240f52c5f1d2f02b2a1;p=Pman.Core NotifySend.php --- diff --git a/NotifySend.php b/NotifySend.php index 05f44f64..f29826ba 100644 --- a/NotifySend.php +++ b/NotifySend.php @@ -86,15 +86,13 @@ class Pman_Core_NotifySend extends Pman if ($code == 451) { // try again later.. // check last event for this item.. - $this->addEvent('NOTIFY', $w, 'GREYLISTED'); - $w->act_when = date('Y-m-d H:i:s', strtotime('NOW + 5 MINUTES')); $w->update($ww); die("GREYLISTED"); } // fail.. = log and give up.. - + $this->addEvent('NOTIFY', $w, 'FAILED - '. $res->toString());