Index: mollom.admin.inc =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/mollom/mollom.admin.inc,v retrieving revision 1.43 diff -r1.43 mollom.admin.inc 181c181 < '#title' => t('When a post is blocked'), --- > '#title' => t('Spam handling'), 184,185c184,185 < 1 => t('Automatically discard'), < 0 => t('Retain for manual moderation'), --- > 1 => t('Automatically discard spam'), > 0 => t('Retain spam for manual moderation'), 189c189,190 < // Only possible for forms protected via text analysis. --- > // Only possible for forms that have both text analysis and spam > // filtering enabled. 192a194 > ':input[name="mollom[checks][spam]"]' => array('checked' => TRUE),