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

z.stolar’s picture

Thanks,

I'll add this fix to the next release. This bug report will speed the next release with no doubt.

z.stolar’s picture

Status: Active » Fixed
Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.