NotifySend.php
authorAlan <alan@roojs.com>
Thu, 12 Oct 2023 04:21:20 +0000 (12:21 +0800)
committerAlan <alan@roojs.com>
Thu, 12 Oct 2023 04:21:20 +0000 (12:21 +0800)
NotifySend.php

index 0f3c087..2ea25a3 100644 (file)
@@ -473,7 +473,7 @@ class Pman_Core_NotifySend extends Pman
             $code = empty($res->userinfo['smtpcode']) ? -1 : $res->userinfo['smtpcode'];
             if (!empty($res->code) && $res->code == 10001) {
                 // fake greylist if timed out.
-                $code = 421;
+                $code = -1; 
             }
             
             if ($code < 0) {