Tag Archives: spamassassin

spamassassin的antidrug.cf

收到我的debian服务器发出的邮件: /etc/cron.daily/amavisd-new: String found where operator expected at (eval 909) line 1, near “”you” “are”” (Missing operator before “are”?) String found where operator expected at (eval 909) line 1, near “”are” “running”” (Missing operator before “running”?) String found where operator … Continue reading

Posted in Linux | Tagged , , | Leave a comment

evolution的问题

在使用过程中遇到了两个问题: 1 原来设置的bogofilter感觉没起作用,垃圾邮件好像防不住 2 不知道什么原因,浏览邮件内容默认是跑到邮件尾部去了 开始都没有注意,时间长了,感觉就很麻烦,其实还有一个问题,我也感觉很麻烦,就是不能自动识别GB2312的编码,需要手工设置,即使在title里内嵌了GB2312指示,也还是不行。(好像修改编码只对正文有效,对title无效) 为解决问题1,又安装了spamassassin: sudo aptitude install spamassassin sudo nano /etc/default/spamassassin 修改enable=0为1。 问题2解决: 很是奇怪,在选项里找不到设置,在gconf-editor里也没有找到相关的选项。 偶然双击打开邮件,然后浏览到顶部,关闭,然后万事大吉!

Posted in Linux | Tagged , | Leave a comment

垃圾邮件处理

如何处理垃圾? 垃圾邮件的分值处理比较麻烦,高了就把很多垃圾邮件给漏进来了,低了会阻挡一些中文邮件。 下面是/etc/amavis/conf.d/20-debian_defaults文件中的部分: $sa_spam_subject_tag = ‘***SPAM*** ‘; $sa_tag_level_deflt = 2.0; # add spam info headers if at, or above that level $sa_tag2_level_deflt = 6.31; # add ‘spam detected’ headers at that level $sa_kill_level_deflt = 6.31; # triggers spam evasive actions … Continue reading

Posted in Linux | Tagged , , | Leave a comment