The 'discussion_reply_email_importer' feed doesn't set a "Bundle" for the "Node processor" which causes import to always fail.
Here is a screenshot showing the error I get when running the importer manually:

I'll attach a patch in a moment. The interesting thing is that there is a 'content_type' => 'oa_discussion_post' key in there, but the one that's needed is actually 'bundle' => 'oa_discussion_post'. Maybe Feeds was upgraded after the Feature was created but then never updated?
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | oa_mailhandler-bundle-2113425.patch | 785 bytes | dsnopek |
| Selection_052.png | 14.69 KB | dsnopek |
Comments
Comment #1
dsnopekPatch is attached!
Comment #2
dsnopekWith this patch and the other token related one (#2113379: Security token check doesn't actually work!), this module finally works in my testing! :-)
Comment #3
mpotter commentedCommitted to 54d314f