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