From 2d26bfb4998ad926fc7a6aba39861eb6537d0dd5 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 14 Feb 2014 10:42:57 +0800 Subject: [PATCH] NotifySend.php --- NotifySend.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NotifySend.php b/NotifySend.php index bdef421d..fe49d780 100644 --- a/NotifySend.php +++ b/NotifySend.php @@ -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"); -- 2.39.2