diff --git a/mailcomment.module b/mailcomment.module
index 037c378..90d7cb4 100644
--- a/mailcomment.module
+++ b/mailcomment.module
@@ -32,6 +32,7 @@ function mailcomment_menu() {
     'page callback' => 'mailcomment_message_redirect',
     'page arguments' => array(2),
     'access arguments' => array('access content'),
+    'type' => MENU_CALLBACK,
   );
   return $items;
 }
