作者 邓超

x

@@ -146,7 +146,7 @@ class fob_hot_ai_mail_auto_reply { @@ -146,7 +146,7 @@ class fob_hot_ai_mail_auto_reply {
146 } 146 }
147 147
148 // 来回超过5次就不回了 148 // 来回超过5次就不回了
149 - if(substr_count($data['subject'],"Re:") < 3){ 149 + if(substr_count($data['subject'],"Re:") < 2){
150 // 有配置才回复 150 // 有配置才回复
151 $email['hot_email'] = 1; 151 $email['hot_email'] = 1;
152 $email['password'] = base64_encode($email['password']); 152 $email['password'] = base64_encode($email['password']);