...
|
...
|
@@ -229,8 +229,10 @@ class Body { |
|
|
// 附件情况
|
|
|
if(!empty($boundary[1])){
|
|
|
preg_match_all('/.*'.$boundary[1].'.*/i',$body,$boundary_tag);
|
|
|
if(!empty($boundary_tag[0])){
|
|
|
$body = str_replace($boundary_tag[0],'{--tag--}',$body);
|
|
|
}
|
|
|
}
|
|
|
// 查找tag块
|
|
|
preg_match_all("/((".str_replace(
|
|
|
['/','+','.','^','$','*','?','|'],
|
...
|
...
|
|