\#tmp=`mailq | grep -E "root" | awk '{print $1}'`
\# echo $tmp
\# for i in $tmp;do postsuper -d $i;done
AI 代码解读
postsuper -d ALL
AI 代码解读
[注意:大小写有区别,请注意大小写!]