I have installed mailhandler on a Drupal 6.9 site, and got the basic function to work great very easily. However, I have several vocabularies for the "document" type that I have established for posting. I am also using the newer Category module. How do I get the mail handling system to assign the multiple vocabularies? In the email I send, I put "taxonomy: [XXX]" but as I mentioned, none of the categories get programmed. What I really need is this:

   vocabulary A: [term for A]
   vocabulary B: [Term for B]

Is there a way to do that?

Regards, Bruce

Comments

a_c_m’s picture

Status: Active » Closed (fixed)

its in the docs

taxonomy[a]: [term1, term2]
taxonomy[b]: [term3]