正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -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']); |
-
请 注册 或 登录 后发表评论