在content Filter中系统好象有两个默认的过滤规则<br>
其中一个是 If the message has an attachment with a CONTENT-TYPE of 'message/partial' ...and move message to bad message directory<br>
如果邮件有一个类型满足为'message/partial' 的附件就把它移到错误邮件目录,我不太清楚这个类型为'message/partial' 的附件实际上是一个什么样的文件,按英文表面理解是说含有“邮件/部分”的附件。<br>还有一个就是If the message has an attachment with a CONTENT-TYPE of 'text/html'...and move message to bad message directory 如果附件类型为 'text/html',是不是含有附件类型为文本(*.txt)或者是网页(*.html)邮件就被移到错误邮件目录,请大家指点一下 。 <br>还有就是 multipart/mixed是什么类型的文件<br>
<br>