Hi,<br>I&#39;ve got a few questions:<br><br>1. where can I find out what all the variables like uri, myself, etc., mean?<br>2. how come is_domain_local($ruri) has a different result than uri==myself?<br>In particular, I have my external IP address defined as an alias.&nbsp; 
I.e.:<br>&nbsp;&nbsp; alias=<a href="http://4.2.2.2">4.2.2.2</a><br>When I say if( ! is_domain_local($ruri) ) when $ruri = <a href="mailto:user@4.2.2.2">user@4.2.2.2</a>, the check succeeds.<br>When I say if( ! uri==myself ), the check fails (correctly, I think).
<br><br>Thanks,<br>Mark Price<br>