NotifySend.php
authorleon <leon@roojs.com>
Mon, 3 Jul 2023 04:20:58 +0000 (12:20 +0800)
committerleon <leon@roojs.com>
Mon, 3 Jul 2023 04:20:58 +0000 (12:20 +0800)
NotifySend.php

index b77ffc3..f92e523 100644 (file)
@@ -319,7 +319,7 @@ class Pman_Core_NotifySend extends Pman
         }
         
         if ($mxs === false) {
-            only retry for 2 day son the MX issue..
+            // only retry for 2 day son the MX issue..
             if ($retry < 120) {
                 $this->addEvent('NOTIFY', $w, 'MX LOOKUP FAILED ' . $dom );
                 $w->act_when = date('Y-m-d H:i:s', strtotime('NOW + ' . $retry . ' MINUTES'));