NotifySend.php
authorAlan Knowles <alan@roojs.com>
Thu, 29 Jan 2015 07:57:19 +0000 (15:57 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 29 Jan 2015 07:57:19 +0000 (15:57 +0800)
NotifySend.php

index 4cccd2c..6311407 100644 (file)
@@ -285,7 +285,7 @@ class Pman_Core_NotifySend extends Pman
         if ($mxs === false) {
             // only retry for 2 day son the MX issue..
             if ($retry < 120) {
-                $this->addEvent('NOTIFY', $w, 'MX LOOKUP FAILED ' . $dom . ' ' . $res->toString());
+                $this->addEvent('NOTIFY', $w, 'MX LOOKUP FAILED ' . $dom );
                 $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");