Mark Price writes:
- where can I find out what all the variables like uri, myself,
- etc., mean?
for uri and myself, see http://www.openser.org/dokuwiki/doku.php/core-cookbook:devel
- how come is_domain_local($ruri) has a different result than
- uri==myself?
is_domain_local checks if host part of ruri is one of the domains defined in openser/domain table.
-- juha