NotifySend.php
authorAlan Knowles <alan@roojs.com>
Fri, 14 Feb 2014 02:42:57 +0000 (10:42 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 14 Feb 2014 02:42:57 +0000 (10:42 +0800)
NotifySend.php

index bdef421..fe49d78 100644 (file)
@@ -395,7 +395,7 @@ class Pman_Core_NotifySend extends Pman
                     $errmsg=  $res->userinfo['smtpcode'] . ':' . $res->userinfo['smtptext'];
                 }
                 //print_r($res);
-                $this->addEvent('NOTIFY', $w, 'GREYLISTED ' . $errmsg);
+                $this->addEvent('NOTIFY', $w, 'GREYLISTED ' . $errmsg);
                 $w->act_when = date('Y-m-d H:i:s', strtotime('NOW + ' . $retry . ' MINUTES'));
                 $w->update($ww);
                 die(date('Y-m-d h:i:s') . " - GREYLISTED\n");