add links / fix search
authorAlan <alan@roojs.com>
Mon, 6 Nov 2023 02:52:51 +0000 (10:52 +0800)
committerAlan <alan@roojs.com>
Mon, 6 Nov 2023 02:52:51 +0000 (10:52 +0800)
DataObjects/Core_notify_sender.php
DataObjects/pman.links.ini

index e844859..7e1a77c 100644 (file)
@@ -85,8 +85,7 @@ class Pman_Core_DataObjects_Core_notify_sender extends DB_DataObject
         
         $ns = DB_DataObject::Factory($this->tableName());
         $ns->setFrom(array(
-            'domain_id' => $to_dom->id,
-            'poolname' => $notify->tableName(),
+             'poolname' => $notify->tableName(),
             'is_active' => 1,
         ));
         $ns->whereAddIn('!id', $bad_ids, 'int');
index d2e550d..7603880 100644 (file)
@@ -78,6 +78,13 @@ method_id = core_enum:id
 server_id = core_notify_server:id
 domain_id = core_domain:id
 
+[core_notify_sender_blacklist]
+domain_id = core_domain:id
+sender_id = core_notify_sender:id
+
+
+
 
 
 [core_email]