Scott Harris wrote: > return(0, "Go away. $hostip is not a mydomain.com machine"); Should be: return('REJECT', "Go away...") > return (1, "OK"); Should be: return('CONTINUE', "OK"); -- David.