> > sipgetheader(or_To=To) > Cut(or_To,or_To,:,2) > Cut(or_To,or_To,@,1) That works! Thanks! Correction to the cut command below, replaced , with = : > sipgetheader(or_To=To) > Cut(or_To=or_To,:,2) > Cut(or_To=or_To,@,1)