作者 邓超

优化超迹自动回复次数

@@ -148,7 +148,7 @@ class fob_ai_mail_auto_reply { @@ -148,7 +148,7 @@ class fob_ai_mail_auto_reply {
148 } 148 }
149 } 149 }
150 150
151 - if($isnext){ 151 + if($isnext&&substr_count($data['subject'],"Re") < 5){
152 // 有配置才回复 152 // 有配置才回复
153 $ret = \Lib\Mail\MailFun::sendEmail([ 153 $ret = \Lib\Mail\MailFun::sendEmail([
154 'subject' => 'Re:'.$data['subject'], 154 'subject' => 'Re:'.$data['subject'],