? mailhandler-flag.patch
? mailhandler.kdev4
Index: mailhandler.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/mailhandler/Attic/mailhandler.module,v
retrieving revision 1.96.2.24
diff -u -p -r1.96.2.24 mailhandler.module
--- mailhandler.module	30 Apr 2010 21:15:32 -0000	1.96.2.24
+++ mailhandler.module	19 May 2010 15:40:18 -0000
@@ -438,6 +438,9 @@ function mailhandler_node_prepare_messag
       $node->revision = $node->vid = $vid;
     }
   }
+  // Add a flag to be sure that the node comes from mailhandler
+  $node->mailhandler = TRUE;
+
   return $node;
 }
 
