Notify.php wip_alan_T7784_move_blacklisted_emails_to_another
authorAlan <alan@roojs.com>
Fri, 18 Aug 2023 03:58:41 +0000 (11:58 +0800)
committerAlan <alan@roojs.com>
Fri, 18 Aug 2023 03:58:41 +0000 (11:58 +0800)
Notify.php

index db69812..b0151a5 100644 (file)
@@ -346,7 +346,7 @@ class Pman_Core_Notify extends Pman
         return array_search(gethostname(),array_keys($ff->Core_Notify['servers']));
     }
     
-    // this sequentially distributes requeued emails.. - to other servers.
+    // this sequentially distributes requeued emails.. - to other servers. (can exclude current one if we have that flagged.)
     function updateServer($w, $exclude = -1)
     {
         $ff = HTML_FlexyFramework::get();