Index: branches/dev/data/class/SC_CustomerList.php
===================================================================
--- branches/dev/data/class/SC_CustomerList.php	(revision 14096)
+++ branches/dev/data/class/SC_CustomerList.php	(revision 14103)
@@ -216,5 +216,5 @@
         			} elseif($this->arrSql['domain'] == 3) {
         				if($sql_where == "") {
-        					$sql_where .= "dtb_customer.email ILIKE ? ";
+        					$sql_where .= "dtb_customer.email NOT ILIKE ? ";
         				} else {
         					$sql_where .= "OR dtb_customer.email ILIKE ? " ;
