function altaposterror(){
pushd /export/webapps/php.com/logs/actionlog
nname=$1
grep -r -i -n "${nname}" *|tr -s '[' '\n'|tr -s ']' '\n'|grep "${nname}"|sort|uniq > /export/postback_${nname}.txt
while read urlstr; do urlstr2=$(echo "$urlstr"); echo "$urlstr2"; \curl -k -L "$urlstr2"; done < /export/postback_${nname}.txt;
}