Index: mailhandler.retrieve.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/mailhandler/Attic/mailhandler.retrieve.inc,v
retrieving revision 1.1.2.19
diff -d -r1.1.2.19 mailhandler.retrieve.inc
388c388,390
<   if (!$node->comment) $node->comment = $node->body;
---
>   // When submitting comments, 'comment' means actualy the comment's body, and not the comments status for a node.
>   // We need to reset the comment's bosy, so it doesn't colide with a default 'comment' command. 
>   $node->comment = $node->body;
