diff --git a/oa_mailhandler.feeds_importer_default.inc b/oa_mailhandler.feeds_importer_default.inc
index d9ee61e..871bbe7 100644
--- a/oa_mailhandler.feeds_importer_default.inc
+++ b/oa_mailhandler.feeds_importer_default.inc
@@ -36,7 +36,6 @@ function oa_mailhandler_feeds_importer_default() {
     'processor' => array(
       'plugin_key' => 'FeedsNodeProcessor',
       'config' => array(
-        'content_type' => 'oa_discussion_post',
         'expire' => '-1',
         'author' => 0,
         'authorize' => 1,
@@ -75,6 +74,7 @@ function oa_mailhandler_feeds_importer_default() {
         'update_existing' => '0',
         'input_format' => 'plain_text',
         'skip_hash_check' => 0,
+        'bundle' => 'oa_discussion_post',
       ),
     ),
     'content_type' => '',
