Index: listhandler.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/listhandler/listhandler.module,v
retrieving revision 1.58
diff -u -F^f -r1.58 listhandler.module
--- listhandler.module	27 Jan 2005 19:49:33 -0000	1.58
+++ listhandler.module	30 Jun 2005 18:14:08 -0000
@@ -7,9 +7,23 @@ function listhandler_help($section) {
     case 'admin/modules#description':
       $output = t('Connect your mailing lists to your drupal site and your drupal site to your mailing lists.');
       break;
+    case 'admin/help#listhandler': return t('
+      <p>The listhandler module allows you to connect mailing lists to forums and vice versa.  It works in conjunction with the mailhandler module.   Mailhandler receives an email and then asks listhandler if the received email   
+      is part of a list.  If the email is from a mailing list associated with a forum on your site, then listhandler adds the recieved email to the forum.</p>
+      <p>Listhandler administration allows you to set the email address of the list administrator. The email address is used as the From: field to check the address of messages sent by anonymous users.  You can also enable and  
+      disable the listhandler for a list.</p>
+      <p>You can:</p>
+      <ul>
+      <li>administer listhandler <a href = "%/admin/forum" title = "">administer >> settings >> listhandler</a>.</li>
+      <li>administer mailhandler <a href = "" title ="">administer >> mailhandler</a>.</li>
+      <li>administer forum <a href = "/admin/forum" title = "administer forum">administer >> forum</a>.</li>
+      </ul>
+      <p>For more information, read the configuration and customization handbook <a href = "http://drupal.org/handbook/modules/listhandler" title = "listhandlerpage"> listhandler page</a>.</p>
+      ',array('%/admin/forum' => url('admin/listhandler')));
+      break;
   }
   return $output;
-}  
+}
 
 /**
  * Permissions for this module.
