Say you have a blog with multiple authors. You would like blog post authors to receive notification emails for their own posts rather than have a single notification address for the whole server. I'm imagining a page-level param, maybe named "notification_email", like the other ones you can pass in:
<script type="text/javascript">
var notification_email="[email protected]" // Sets notification email for this page.
var rows="4"; // Sets "Comments" field height
var name_on="no"; // Disables "Name" field
var passwd_on="no"; // Disables "Password" field
var email_on="no"; // Disables "E-mail" field
var sites_on="no"; // Disables "Website" field
</script>
Btw., I'm really happy to have this alternative to Disqus!