NotifySend.php
authorAlan Knowles <alan@roojs.com>
Tue, 3 Sep 2013 03:22:53 +0000 (11:22 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 3 Sep 2013 03:22:53 +0000 (11:22 +0800)
NotifySend.php

index b39b671..a5dc71a 100644 (file)
@@ -280,6 +280,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());
                 $w->act_when = date('Y-m-d H:i:s', strtotime('NOW + ' . $retry . ' MINUTES'));