<div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Now implemented in 2.1.8 (just released). In addition to using the<br>Site.NotifyList page, an administrator can add entries to the
<br>$NotifyList array, thus the following sends notifications<br>to <a href="mailto:alice@example.com">alice@example.com</a> and <a href="mailto:bob@example.com">bob@example.com</a>, even if the Site.NotifyList<br>page doesn't exist.
<br><br> $EnableNotify = 1;<br> $NotifyList[] = 'notify=<a href="mailto:alice@example.com">alice@example.com</a>';<br> $NotifyList[] = 'notify=<a href="mailto:bob@example.com">bob@example.com</a> squelch=86400';<br>
<br>If the above is placed in local/farmconfig.php, then <a href="mailto:alice@example.com">alice@example.com</a><br>and <a href="mailto:bob@example.com">bob@example.com</a> will receive notifications for all wikis in the
<br>farm. (They will still receive separate notification emails for<br>each wiki, however.)<br><br>Does that help?<br><br>Pm</blockquote><div><br><br>This is GREAT ;-)<br>Thanks a lot.<br><br>Christophe<br><br><br> <br></div>
<br></div><br>