on isExternal (mailAddress) { if string.nthField(mailAddress,"@",2) == "mit.edu" { return(true)}; return(false)}