| 
...
 | 
...
 | 
@@ -98,8 +98,10 @@ class fob_ai_mail_auto_reply { | 
| 
 | 
 | 
 
 | 
| 
 | 
 | 
                             // 检查 是否开启了自动回复
 | 
| 
 | 
 | 
                             list($postid,$source) = $this->getPostid($data['email_id']);
 | 
| 
 | 
 | 
 
 | 
| 
 | 
 | 
                             // 配置
 | 
| 
 | 
 | 
                             $replySetting = $this->getAutoReplySettingJunk($postid,$email['email']);
 | 
| 
 | 
 | 
                             _echo("垃圾邮件 {$postid} ".($replySetting?1:0)." ".$data['id'].' '.$data['subject']);
 | 
| 
 | 
 | 
                             if($replySetting){
 | 
| 
 | 
 | 
                                 $ok = true;
 | 
| 
 | 
 | 
                                 $email['password'] = base64_decode($email['password']);
 | 
...
 | 
...
 | 
 |