MD是否能夠這樣設定:<br>
一部分人員能夠在郵件中添加某種類型的附件,如:*.PDF、*.DWG,其它為不能,而另一部分的人能夠添加其它類型的附件,如*.XLS、*.DOC等。<br>
<br>
我增加了一個規則:<br>
Apply this rule to messages in the LOCAL & REMOTE queue<br>
<br>
If the FROM HEADER contains 'xyyh'<br>and If the message has an attachment with a CONTENT-TYPE of 'application/zip'<br>
...then remove attachments "1" (此處為0也一樣)<br><br>
但我實際用xyyh@xxx.com發送一個附加zip檔案的郵件,對方仍能收到附件。<br>
<br>
通過查看郵件原始資訊將Content-Type改為 application/octet-stream,才能將ZIP附加檔案移除。<br>
不解為何會這樣?請高手指教一二。<br>
ZIP壓縮檔是用WINRAR建立的。