dump email check on blacklist
authorAlan <alan@roojs.com>
Fri, 13 Oct 2023 06:33:27 +0000 (14:33 +0800)
committerAlan <alan@roojs.com>
Fri, 13 Oct 2023 06:33:27 +0000 (14:33 +0800)
DataObjects/Core_notify_server.php

index 1890862..e14ce32 100644 (file)
@@ -306,7 +306,7 @@ class Pman_Core_DataObjects_Core_notify_server extends DB_DataObject
     {
         // return current server id..
         static $cache = array();
-        
+        var_dump($email);
         // get the domain..
         $ea = explode('@',$email);
         $dom = strtolower(array_pop($ea));