Monday, November 08, 2010 at 12:04 AM.
system.verbs.builtins.mainResponder.utilities.mailConfig
on mailConfig (recipient = "userland-internal@userland.com") {
<<12/17/01; 2:40:40 PM by PBS
<<Send an email containing Frontier configuration information. (No passwords.)
local (subject = "Frontier Config and Stats for " + user.prefs.name);
local (mailText = "");
mailText = mainResponder.utilities.getConfigInfo ();
mailText = mailText + "\n\n" + mainResponder.utilities.getThreadStats (false);
mailText = mailText + "\n\n" + mainResponder.utilities.getHashStats (false);
mailText = mailText + "\n\n";
tcp.sendMail (recipient, subject, mailText)}
This listing is for code that runs in the OPML Editor environment. I created these listings because I wanted the search engines to index it, so that when I want to look up something in my codebase I don't have to use the much slower search functionality in my object database. Dave Winer.