作者 邓超

x

@@ -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