作者投稿和查稿 主编审稿 专家审稿 编委审稿 远程编辑

计算机工程 ›› 2009, Vol. 35 ›› Issue (1): 283-封三. doi: 10.3969/j.issn.1000-3428.2009.01.099

• 开发研究与设计技术 • 上一篇    

基于Struts框架的垃圾短信过滤模块的设计

杨妮娜1,王 庆2   

  1. (1. 西北工业大学软件与微电子学院,西安 710072;2. 西北工业大学计算机学院,西安 710072)
  • 收稿日期:1900-01-01 修回日期:1900-01-01 出版日期:2009-01-05 发布日期:2009-01-05

Design of Junk Short Message Filter Module Based on Struts Framework

YANG Ni-na1, WANG Qing2   

  1. (1. College of Software and Micro-electronics, Northwestern Polytechnical University, Xi’an 710072; 2. School of Computer Science, Northwestern Polytechnical University, Xi’an 710072)
  • Received:1900-01-01 Revised:1900-01-01 Online:2009-01-05 Published:2009-01-05

摘要: 为了提高对垃圾短信的拦截效率,提出一种同时从发送号码、发送频率以及短信内容3个方面对垃圾短信进行过滤的方法。通过黑白名单从发送号码进行一次过滤,对群发短信进行内容分析过滤,发送频率的引入可以实现黑名单的自动生成。以内容过滤为核心,并对其进行了阐述,基于Struts框架进行设计与实现了一个垃圾短信拦截模块。实验结果表明,查准率达到了90.69%。

关键词: 垃圾短信, Struts框架, 模糊匹配, 过滤机制

Abstract: In order to improve junk message intercepting efficiency, one scheme is adopted by filtering junk message according to sending numbers, sending frequencies and content synchronously, which filters sending numbers based on the black-and-white list first and analyzes the spam content afterwards. Sending frequencies is applied to realize the blacklist generation. The core of this method is content filtering which is expounded. This paper designs a spam intercepting module just based on the Struts framework. Experimental result shows that the system’s succee can reach 90.69%.

Key words: junk short message, Struts framework, approximate matching, filter system

中图分类号: