Index: commentmail.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/commentmail/commentmail.module,v
retrieving revision 1.12.2.9
diff -u -r1.12.2.9 commentmail.module
--- commentmail.module	12 Feb 2009 20:17:15 -0000	1.12.2.9
+++ commentmail.module	12 Mar 2009 18:28:17 -0000
@@ -111,7 +111,8 @@
     '#type' => 'textfield',
     '#title' => t('Send to'),
     '#default_value' => variable_get('commentmail_to', variable_get('site_mail', '')),
-    '#description' => t('A mail message will be sent here when new comments are posted to the site. Separate multiple addresses with a comma.')
+    '#description' => t('A mail message will be sent here when new comments are posted to the site. Separate multiple addresses with a comma.'),
+    '#maxlength' => 256,
   );
 
   $form['commentmail_mode'] = array(

