Notify.php
authorAlan <alan@roojs.com>
Fri, 6 Oct 2023 04:04:33 +0000 (12:04 +0800)
committerAlan <alan@roojs.com>
Fri, 6 Oct 2023 04:04:33 +0000 (12:04 +0800)
Notify.php

index dde3d11..d4add2d 100644 (file)
@@ -337,19 +337,10 @@ class Pman_Core_Notify extends Pman
     }
     
     
-    function isBlacklisted($email)
-    {
-        return $this->server->isBlacklisted(); 
-    }
+   
     
     // this sequentially distributes requeued emails.. - to other servers. (can exclude current one if we have that flagged.)
-    function updateServer($ww, $exclude = -1)
-    {
-        return $this->server->updateNotifyToNextServer( $ww, $email);
-        
-        
-         
-    }
+     
   
     
     function generateNotifications()