* Joshua Slive <[EMAIL PROTECTED]> wrote: > > Modified: . CHANGES > > server core.c > > Log: > > accept URLs as ServerAdmin contact. If it's not recognized as an URL, > > assume an email address and prepend it with mailto: in server outputs. > > Careful with this, since I believe it also affects the SERVER_ADMIN env > variable. The docs should warn that some scripts might depend on this > being an email address.
Yep. I'm just changing the docs. I don't see it that critical anyway, since it was always just a string and even might be unset (which leads to a non-email default). nd