Taxonomy Commands in plain text message processed, but the same message set to HTML they do not.
Viewing the raw message source they are still on a line by themselves in the correct format unmolested by HTML markup, where I would hope that they would still work.

Comments

Ian Ward’s picture

It's likely there's some text at the beginning of the body, like HTML, that does not contain any colon ":", after which is your command, and therefore mailhandler is not finding the command because it stops checking for commands when it finds the first line in the message without a colon. Can you please paste here the full HTML of the message to verify this? I'm thinking a likely fix in mailhandler could be to strip the body of HTML tags before checking it for commands. Maybe it's necessary to replace br tags with \n tags, then strip the html.

Ian Ward’s picture

Status: Active » Closed (duplicate)

Marking this as a dupe of http://drupal.org/node/618690 even though this was first. See patch and discussion on http://drupal.org/node/618690