Index: branches/dev/data/class/SC_CustomerList.php
===================================================================
--- branches/dev/data/class/SC_CustomerList.php	(revision 12523)
+++ branches/dev/data/class/SC_CustomerList.php	(revision 12524)
@@ -209,5 +209,6 @@
             	//PC¥É¥á¥¤¥ó
             	if($domain == 2) {
-	        		if($this->arrSql['mail_type'] == 1 ){
+	            	foreach($arrDomainType as $val) {
+	        		    if($this->arrSql['mail_type'] == 1 ){
 	            	        if($sql_where == "") {
         		    		$sql_where .= "dtb_customer.email NOT ILIKE ? ";
