通过MSExchange.UceContentFilter.xml 文件来进行针对中文特定字符的垃圾邮件过滤。
1。打开记事本,复制下面的内容
<?xml version="1.0" encoding="UTF-16"?>
<CustomWeightEntries xmlns=" http://schemas.microsoft.com/2005/CustomWeight">
     <CustomWeightEntry Type="both" Change="MAX" Text="hello"/>
     <CustomWeightEntry Type="BODY" Change="-1" Text="foo2"/>
     <CustomWeightEntry Type="BODY" Change="-9" Text="Verl?ngertes Angebot"/>
     <CustomWeightEntry Type="SUBJECT" Change="MIN" Text="发票"/>
</CustomWeightEntries>
 
type 的选项有“susject”过滤的对象是邮件的标题
                           “body” 过滤的对象是邮件的正文
                              “both”2者都要过滤
change 是设定这个关键字的SCL阀值
text 要过滤的关键字
2.将XML文件命名为MSExchange.UceContentFilter.xml,并另存成Unicode的格式。
3. 将文件复制到 C:\Program Files\Exchsrvr\bin\MSCFV2
4. 运行:regsvr32 "C:\Program Files\Exchsrvr\bin\MSCFV2\MSExchange.UceContentFilter.dll"
5. 重起SMTP服务