正在显示
1 个修改的文件
包含
3 行增加
和
1 行删除
@@ -59,7 +59,9 @@ class syncMail { | @@ -59,7 +59,9 @@ class syncMail { | ||
59 | $this->auto_mail($id,$data); | 59 | $this->auto_mail($id,$data); |
60 | 60 | ||
61 | // 邮件过滤 这些邮箱都是系统邮箱 | 61 | // 邮件过滤 这些邮箱都是系统邮箱 |
62 | - if(!$this->checkEmail($data['from']) && !$this->checkSubject($data['subject'])){ | 62 | +// if(!$this->checkEmail($data['from']) && !$this->checkSubject($data['subject'])){ |
63 | + //只提醒re | ||
64 | + if(stripos(trim($data['subject']),'re:')===0){ | ||
63 | // 通知黑格 2024-08-22 新上 这个是异步的不会阻塞当前进程 | 65 | // 通知黑格 2024-08-22 新上 这个是异步的不会阻塞当前进程 |
64 | try { | 66 | try { |
65 | SaberGM::post('https://fob.ai.cc/api/email_new_push',[ | 67 | SaberGM::post('https://fob.ai.cc/api/email_new_push',[ |
-
请 注册 或 登录 后发表评论