Mailhandler fails to associate the forum topic. The result is that after it extracts new mail from an inbox the forum content created is not displayed. Editing the forum content shows that the forum taxonomy term has not been selected for the forum posting.
In the default commands I have the following commands:
type: forum
taxonomy: [ProductName users]
And I have a forum term called "ProductName users" under the "Forums" vocabulary.
I have read the mailhandler documentation at http://drupal.org/node/38943 and it seems that I am following the instructions correctly, but mailhandler does not work as expected.
Comments
Comment #1
mkmk commentedIt seems that they can be associated only if I also supply in the commands:
tid: somenumber
where somenumber is the forum id
Comment #2
Ian Ward commentedYou are right, this is a change introduced in HEAD (if you're seeing an issue like this in 6.1.8 please correct me) and it should be fixed before the next release. Using term names is more intuitive. Assigning to self to and changing version to HEAD.
Comment #3
mkmk commentedThanks Ian,
The available updates page in my site claims that I'm using Mailhandler 6.x-1.8 -- not HEAD.
Comment #4
Ian Ward commentedThis is working as expected in latest 6.x dev version.