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

Posted in phpbb | 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

evolution的防垃圾邮件功能

默认插件bogofilter是激活的,一直没怎么注意,后来见别人讨论才知道还需要专门的配置才能让其生效,汗! 具体的设置可以参考: http://johnleach.co.uk/words/archives/2005/09/15/180/

Posted in Linux | Tagged , , | 1 Comment