发布于 2015-10-11 00:26:40 | 169 次阅读 | 评论: 0 | 来源: 网友投递
Rspamd 反垃圾邮件系统
Rspamd是一个反垃圾邮件系统,因为使用事件模型和正则表达式优化,其设计工作速度比SpamAssassin还要快。目前推出的功能: regexp规则过滤的不同部分的信息;一些内置的功能分析的信息;模糊哈希支持; SURBL滤波器;电子邮件和性质表支持;控制界面进行远程管理和统计信息收集,一个Perl和卢阿插件系统;统计支持(定向结构刨花板/簸扬) ;兼容SpamAssassin ;和一个客户端程序的电子邮件扫描。类似的规则, rspamd约10倍SpamAssassin 。
Rspamd 1.0.4 发布了,详细的改进记录包括:
Add configdump routine to rspamadm
Implement retransmits for fuzzy_check plugin
Fix events processing for learning anf checking fuzzy hashes
Avoid dependency on unneeded and uncompatible glib include
Add historyreset
command to the controller
Fix loading of tokenizer config from dump (#389)
Add sorting hints for the history
Allow custom lua scripts for users/languages extraction (#388)
Do not add FORGED_RECIPIENTS when 'To' is missing (#387)
Do not add R_UNDISC_RCPT when 'To' is missing (#387)
Add encryption to fuzzy check plugin
Add encryption for fuzzy storage
Add new epoch for encrypted fuzzy request
Add encryption for rspamd.com
storage
Remove gmime processing for LDA mode as it is deadly broken
Add routine to find end of headers position in mime messages
Fix LDA headers folding
Init libraries in rspamc client as well to avoid locale issues
Avoid collision with locally installed includes
Allocate and free memory with the same allocator in rspamadm (#385)
Preserve expired fuzzy hashes counter
Improvements in webui:
Add favicon.ico
Rework history table
Fix sorting for the history
Migrate to bootstrap 3 and jquery 2
Fix css bugs
Add glyphicons
Add reset history
Improve history buttons
Redraw graph to avoid display issues
Webui is now MIT licensed to match licensing policy of rspamd
Rspamd是一个反垃圾邮件系统,因为使用事件模型和正则表达式优化,其设计工作速度比SpamAssassin还要快。目前推出的功能: regexp规则过滤的不同部分的信息;一些内置的功能分析的信息;模糊哈希支持; SURBL滤波器;电子邮件和性质表支持;控制界面进行远程管理和统计信息收集,一个Perl和卢阿插件系统;统计支持(定向结构刨花板/簸扬) ;兼容SpamAssassin ;和一个客户端程序的电子邮件扫描。类似的规则, rspamd约10倍SpamAssassin 。