我有一个客户被一个所谓的spamassassin保护的Plesk服务器上的垃圾邮件轰炸。 它是Centos 6,Plesk 12.5,spamassassin 3.3.1
消息被过滤并在头部拾取这一行:X-Spam-Status:No,score = 0.6 required = 7.0 tests = BAYES_00,HTML_MESSAGE,LOTS_OF_MONEY,RDNS_NONE,SPF_HELO_PASS,SPF_PASS,URIBL_BLACK autolearn = no version = 3.3.1
这对我来说似乎很奇怪,所以我通过spamassassin -t运行,得到了非常不同的结果。
Content analysis details: (9.0 points, 7.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.6 RCVD_IN_SBL_CSS RBL: Received via a relay in Spamhaus SBL-CSS [23.81.45.117 listed in zen.spamhaus.org] -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -0.0 SPF_PASS SPF: sender matches SPF record 2.5 URIBL_DBL_SPAM Contains a spam URL listed in the DBL blocklist [URIs: oneanza.top] 1.7 URIBL_BLACK Contains an URL listed in the URIBL blacklist [URIs: oneanza.top] 0.0 HTML_MESSAGE BODY: HTML included in message 0.0 LOTS_OF_MONEY Huge... sums of money 1.3 RDNS_NONE Delivered to internal network by a host with no rDNS
用户在她的user_prefs中没有特别的地方:
rewrite_header subject required_score 7.0
有人有什么想法?