--- mail2web.module.orig 2009-06-24 16:43:49.000000000 -0500 +++ mail2web.module 2009-07-18 23:32:03.000000000 -0500 @@ -217,8 +217,8 @@ function mail2web_mailhandler($node, $re $node->type = 'comment'; $node->nid = $params['nid']; $node->pid = $params['cid']; - // Comment status and node status flags are opposite. - $node->status == 1 ? $node->status = 0 : $node->status = 1; + // Let comment_save handle the comment status. + unset($node->status); // Now trim out the rest of the message if separator text exists // @ TODO May fail for html mails if ($marker = variable_get('mail2web_reply_text', t('((( Reply ABOVE this LINE to POST a COMMENT )))'))) {