标题: 关于.com后缀附件的过滤! [打印本页] 作者: badwrs2000 时间: 2004-3-8 00:10 标题: 关于.com后缀附件的过滤! You will also want to filter attachments with the .com extension.<br>
<br>
Note that .* means any number of any character. Therefore, a rule, B~name=.*\.com<br>
would filter any message that contains 'name=' if it has email addresses or website URLs in the message body. For the .com extension, we suggest this ‘Search Text’ for your Rule:<br>
<br>
name=.{1,50}\.com<br>
<br>
(That is, filter messages if name= is followed by .com within the next fifty characters.)<br>
<br>
<br>
过滤.com文件,官方02/26/04更新的~<br>
请大家测试测试!