I'm trying to set up Feeds to import from a Mailhandler mailbox, to import email messages from a Mailman mailing list, into a dedicated Drupal forum.

In the Mailhandler source I have default commands status: and taxonomy:

Both are ignored on import. A node is created, of the correct type - forum. The node starts with, "status: 1 taxonomy: [chat@headingley - (input via email only)]". But it is unpublished and has no taxonomy. I know the Feeds Importer has handled the node because my signature is correctly removed from each test email, as specified in the Node Processor.

Authentication of users is working correctly.

I have mapped status and taxonomy in the Processor. I have tried with tid: Same result.

I have spent many many hours around the web on this. Can't move forwards.

Can anyone solve this?

Many thanks

Comments

slow_learner created an issue.

nigelwhite’s picture

Here's an example of a typical imported node -

"taxonomy: [272]
status: 1
Email body text starts here"

The node is of the correct type (forum) but not given any taxonomy id, so it is not placed in the correct forum container.
It is not published.
And the commands aren't stripped from the node.

Thanks