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: spam
phpbb3的anti-spam
phpbb3自身带的anti-spam系统已经被破解,导致论坛上出现了大量的垃圾帖子和用户。 经搜索,可以暂时使用PHPBBCHINA上的这个方案: Administration Control Panel -> Users and Groups -> Custom profile fields [Create new field]: antibot (Field identification: antibot, Field type: Numbers) Display in user control panel: Yes Display on registration screen: Yes Required field: Yes Field name: Anti-Bot … Continue reading
垃圾邮件处理
如何处理垃圾? 垃圾邮件的分值处理比较麻烦,高了就把很多垃圾邮件给漏进来了,低了会阻挡一些中文邮件。 下面是/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
evolution的防垃圾邮件功能
默认插件bogofilter是激活的,一直没怎么注意,后来见别人讨论才知道还需要专门的配置才能让其生效,汗! 具体的设置可以参考: http://johnleach.co.uk/words/archives/2005/09/15/180/