免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 2153 | 回复: 4
打印 上一主题 下一主题

[Mail] 垃圾扫描spamassassin 报错 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2008-10-28 09:40 |只看该作者 |倒序浏览
系统是用Qmail+Vpopmail+Mysql+Spamassassin+Simscan 构架的,最近老是出现邮件杜塞,服务器负载很高的情况,但是重启或者停掉spamassassin 以后邮件就发送出去了,服务器负载也下来了 。邮件时堵时又不堵。看了maillog 日志发现。以下错误:

Oct 28 09:20:46 localhost spamd[21985]: prefork: child states: BBBBB
Oct 28 09:20:46 localhost spamd[29477]: spamd: connection from localhost.localdomain [127.0.0.1] at port 57156
Oct 28 09:20:46 localhost spamd[29449]: Use of uninitialized value in abs at /etc/mail/spamassassin/FuzzyOcr.pm line 808.
Oct 28 09:20:46 localhost spamd[22241]: Use of uninitialized value in abs at /etc/mail/spamassassin/FuzzyOcr.pm line 808.
Oct 28 09:20:46 localhost spamd[22232]: Use of uninitialized value in abs at /etc/mail/spamassassin/FuzzyOcr.pm line 808.
Oct 28 09:20:46 localhost spamd[21985]: prefork: server reached --max-children setting, consider raising it
Oct 28 09:20:46 localhost spamd[29477]: spamd: processing message <200810280912556643230@test.com.cn> for  test@test.com.cn:510
Oct 28 09:20:46 localhost spamd[29449]: Use of uninitialized value in abs at /etc/mail/spamassassin/FuzzyOcr.pm line 810.
Oct 28 09:20:46 localhost spamd[22241]: Use of uninitialized value in abs at /etc/mail/spamassassin/FuzzyOcr.pm line 810.
Oct 28 09:20:46 localhost spamd[29468]: Use of uninitialized value in abs at /etc/mail/spamassassin/FuzzyOcr.pm line 808.
Oct 28 09:20:46 localhost spamd[22232]: Use of uninitialized value in abs at /etc/mail/spamassassin/FuzzyOcr.pm line 808.
Oct 28 09:20:46 localhost spamd[29449]: Use of uninitialized value in abs at /etc/mail/spamassassin/FuzzyOcr.pm line 810.
Oct 28 09:20:46 localhost spamd[22241]: Use of uninitialized value in abs at /etc/mail/spamassassin/FuzzyOcr.pm line 810.
Oct 28 09:20:46 localhost spamd[29468]: Use of uninitialized value in abs at /etc/mail/spamassassin/FuzzyOcr.pm line 808.
Oct 28 09:20:46 localhost spamd[22232]: Use of uninitialized value in abs at /etc/mail/spamassassin/FuzzyOcr.pm line 810.
Oct 28 09:20:46 localhost spamd[29449]: Use of uninitialized value in abs at /etc/mail/spamassassin/FuzzyOcr.pm line 808.
Oct 28 09:20:46 localhost spamd[22241]: Use of uninitialized value in abs at /etc/mail/spamassassin/FuzzyOcr.pm line 808.
Oct 28 09:20:46 localhost spamd[29468]: Use of uninitialized value in abs at /etc/mail/spamassassin/FuzzyOcr.pm line 810.
Oct 28 09:20:46 localhost spamd[29477]: Use of uninitialized value in abs at /etc/mail/spamassassin/FuzzyOcr.pm line 808.
Oct 28 09:20:47 localhost spamd[22232]: Use of uninitialized value in abs at /etc/mail/spamassassin/FuzzyOcr.pm line 810.
Oct 28 09:20:47 localhost spamd[29449]: Use of uninitialized value in abs at /etc/mail/spamassassin/FuzzyOcr.pm line 808.
Oct 28 09:20:47 localhost spamd[22241]: Use of uninitialized value in abs at /etc/mail/spamassassin/FuzzyOcr.pm line 808.
Oct 28 09:20:47 localhost spamd[29468]: Use of uninitialized value in abs at /etc/mail/spamassassin/FuzzyOcr.pm line 810.
Oct 28 09:20:47 localhost spamd[29477]: Use of uninitialized value in abs at /etc/mail/spamassassin/FuzzyOcr.pm line 808.
Oct 28 09:20:47 localhost spamd[22232]: Use of uninitialized value in abs at /etc/mail/spamassassin/FuzzyOcr.pm line 808.

在 spamassassin 下面分别有中文、和英文的 垃圾扫描过滤词文件,是不是过滤词写的规范原因?各位达人。过滤词应该怎么写?请赐教。

[ 本帖最后由 半边糖果 于 2008-10-28 09:51 编辑 ]

论坛徽章:
0
2 [报告]
发表于 2008-10-28 13:37 |只看该作者
把SA对FuzzyOCR的使用去掉就成了,这个都是它报的错!

论坛徽章:
0
3 [报告]
发表于 2008-10-28 14:15 |只看该作者

回复 #2 BigMonkey 的帖子

谢谢。bigMonkey ,

这个FuzzyOCR去掉不会影响邮件系统的正常运行吧?会影响垃圾扫描吗。
对邮件系统不太懂。如果去掉,在什么地方去掉,Spamassassin的配置文件吗?

论坛徽章:
0
4 [报告]
发表于 2008-10-28 16:54 |只看该作者
o,这个是对付图片类型垃圾用的,对图片进行OCR识别,然后反垃圾。一般来说用处是有,但及其浪费资源。

好似这个是在v320.pre或者v310.pre里面开启的。

是在不行就把这个.pm文件干掉。

论坛徽章:
0
5 [报告]
发表于 2008-10-29 15:27 |只看该作者
谢谢。那我晚上试试 。呵呵。 只有 v310.pre 和 v312.pre 这两个文件。应该是改 v310.pre  里面的内容。
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP