作者 邓超

x

@@ -80,6 +80,8 @@ class MailListV2 extends Base { @@ -80,6 +80,8 @@ class MailListV2 extends Base {
80 } 80 }
81 } 81 }
82 82
  83 + $where[] = 'noreply@google.com';
  84 +
83 return $where; 85 return $where;
84 } 86 }
85 87