检查垃圾邮件

进入anspam的log目录 awk -F”,” ‘{print $67,$70,$75}’ *.log |grep Pass|grep chinaboqi

#shell-scripting