--- /dev/null
+<!doctype html public "-//w3c//dtd html 4.0 transitional//en">\r
+<html>\r
+<head>\r
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">\r
+ <meta name="Author" content="noman">\r
+ <meta name="GENERATOR" content="Mozilla/4.6 [en] (WinNT; I) [Netscape]">\r
+ <title>spong-message Module Template</title>\r
+</head>\r
+<body>\r
+\r
+<h1>\r
+spong-message Module Template</h1>\r
+\r
+<hr WIDTH="100%">\r
+<br>This template assumes that you are creating a messaging function called\r
+'teletouch_short'. The name of the file created should be 'msg_teletouch_short'.\r
+The file name should always be 'msg_' and the registry name (e.g. for the\r
+foo messaging function, the registry name is 'foo' and the file name is\r
+'msg_foo'.\r
+<p>The line that has the assignment to $MSGFUNCS{'registry-name'} is the\r
+key to the registry mechanism. It's what track the registry name to the\r
+your check function.\r
+<br> \r
+<p><tt># Message function for Teletouch pagers using e-mail delivery</tt>\r
+<br><tt># but using the e-mail mini status function instead. This is a</tt>\r
+<p><tt>$MSGFUNCS{'teletouch_short'} = \&msg_teletouch_short;</tt>\r
+<p><tt>sub msg_teletouch_short {</tt>\r
+<br><tt> my ($pager) = @_;</tt>\r
+<p><tt> &email_mini_status("$pager\@pageme.teletouch.com",'shortsubject');</tt>\r
+<br><tt> &debug( "teletouch short page sent to $pager"\r
+);</tt>\r
+<br><tt>}</tt>\r
+<p><tt># Required because I'm included perl code</tt>\r
+<br><tt>1;</tt>\r
+<p>Please note the final line. It is always required for a module file.\r
+<br> \r
+<br> \r
+<br> \r
+</body>\r
+</html>\r