2012 年二月 一 二 三 四 五 六 日 « 一 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 近期评论
- wlx [微博 ] 发表在《google彻底被封?》
- snake 发表在《google彻底被封?》
- Andrew Pelt 发表在《debian testing上安装oracle 10g》
- tiplip 发表在《webmap.cn使用的WEBGIS技术》
- 求助Evolution问题!! 发表在《evolution crashed in gutsy alpha》
分类目录
标签
anjuta apache backup breezy c++ compile convert dapper debian dns edgy evolution feisty firefox flash gnome gobang GRASS gutsy humor intrepid Linux mailman MapServer mysql openoffice Oracle php phpbb postfix PostGIS postgresql qgis sarge scim skype subversion svn tomcat ubuntu utf8 westdc Windows wordpress 中文
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
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里也没有找到相关的选项。 偶然双击打开邮件,然后浏览到顶部,关闭,然后万事大吉!
垃圾邮件处理
如何处理垃圾? 垃圾邮件的分值处理比较麻烦,高了就把很多垃圾邮件给漏进来了,低了会阻挡一些中文邮件。 下面是/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