and should return a relay_recipient map in the form of:
Cxxx@xxx-xxx.com OK
The command I am using is:
cat $1 | tr -d " | tr ,
| tr ;
| awk -F: '/(SMTP|smtp):/ {printf("%s OK
",$2)}'
Everything up to the awk is working, it drops the smtp: but its putting OK's all over the darn place.
Anyone familiar enough with awk and printf that can suggest why this happens?
Thanks!
jlc
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos