If you use a taxonomy header command, you get an error. This is due to an incorrect function, no longer in D6:
Line 295 in mailhandler.retrieve.inc
Drupal 5: taxonomy_get_vocabulary($vid)
http://api.drupal.org/api/function/taxonomy_get_vocabulary/5
Drupal 6: taxonomy_vocabulary_load($vid)
http://api.drupal.org/api/function/taxonomy_vocabulary_load/6
Works fine for me with the function changed to the correct one.
Comments
Comment #1
z.stolar commentedThanks,
I'll add this fix to the next release. This bug report will speed the next release with no doubt.
Comment #2
z.stolar commentedComment #3
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.