Index: /temp/trunk/data/class/SC_CustomerList.php
===================================================================
--- /temp/trunk/data/class/SC_CustomerList.php	(revision 2158)
+++ /temp/trunk/data/class/SC_CustomerList.php	(revision 2702)
@@ -28,5 +28,7 @@
 		if($mode == "magazine") {
 			$this->setWhere("(delete = 0 OR delete IS NULL)");
+			$this->setWhere("status = 2");
 			
+			/*¡¡²ñ°÷¤Î¤ßÂÐ¾Ý¤È¤¹¤ë
 			if(is_array($this->arrSql['customer'])) {
 				$tmp_where = "";
@@ -58,4 +60,5 @@
 				$this->setWhere($tmp_where);
 			}
+			*/
 			// ÅÐÏ¿Æü¤ò¼¨¤¹¥«¥é¥à
 			$regdate_col = 'dtb_customer_mail.create_date';
Index: /temp/trunk/html/admin/mail/index.php
===================================================================
--- /temp/trunk/html/admin/mail/index.php	(revision 2690)
+++ /temp/trunk/html/admin/mail/index.php	(revision 2702)
@@ -94,4 +94,6 @@
 		// hiddenÍ×ÁÇºîÀ®
 		$objPage->arrHidden = lfGetHidden($objPage->list_data);
+		
+		$objPage->list_data['customer'] = 1;
 
 		//-- ¸¡º÷¥Ç¡¼¥¿¼èÆÀ	
