正在显示
1 个修改的文件
包含
2 行增加
和
1 行删除
| @@ -331,9 +331,10 @@ class Body { | @@ -331,9 +331,10 @@ class Body { | ||
| 331 | $tempbody = $this->body_remove_tag($tempbody,"Content-"); | 331 | $tempbody = $this->body_remove_tag($tempbody,"Content-"); | 
| 332 | $tempbody = $this->body_remove_tag($tempbody,"Content-"); | 332 | $tempbody = $this->body_remove_tag($tempbody,"Content-"); | 
| 333 | $tempbody = $this->body_remove_tag($tempbody,"Content-"); | 333 | $tempbody = $this->body_remove_tag($tempbody,"Content-"); | 
| 334 | + $tempbody = $this->body_remove_tag($tempbody,"X-OMN-MD5-Sum:"); | ||
| 334 | 335 | ||
| 335 | // 这里还有可能出现附件 | 336 | // 这里还有可能出现附件 | 
| 336 | - if($filename&&!empty($isfileattachment)&&MailFun::isBase64($tempbody)){ | 337 | + if($filename&&!empty($isfileattachment)&&MailFun::isBase64($tempbody)&&$filename!='text_0.txt'){ | 
| 337 | $data = $this->parseFile($data,$filename); | 338 | $data = $this->parseFile($data,$filename); | 
| 338 | }else{ | 339 | }else{ | 
| 339 | // tag | 340 | // tag | 
- 
请 注册 或 登录 后发表评论