email2trac Changelog

What's new in email2trac 2.8.6

Aug 23, 2015
  • email2trac now supports discussionplugin v0.9dev. The older vcersions are not supported anymore, closes #365

New in email2trac 2.8.4 (Nov 14, 2014)

  • There was a case where the lower method on a string was referenced as an object instead of actually making a method call, closes #340
  • Custom ticket fields were not properly initialized, closes #338
  • Fixed a format-security problem in run_email2trac.c, closes #341
  • Fixed Typo in variable assignment, closes #342

New in email2trac 2.8.0 (Jan 21, 2014)

  • Also made delete_spam virtual env aware
  • cc_fields ignored existing ticket CC field on ticket update, closes #324
  • strip_quotes printed to stdout instead of using the logger function. Due this error run_email2trac will break, closes #325
  • Added suppport for trac version 1.1, closes #322
  • Added a new option cc_black_list. When an CC-address is in this list. It wil not be put in the ticket CC-field.
  • Fixed a bug with attachment filenames that contain unicode filenames, closes #327
  • Fixed an bug in get_sender_info function when we try to match the email address to an trac user, closes #333
  • New version of trac agilo has changed the import for ticket model. First try new import statement and as fallback use old one, closes #330
  • report run_email2trac errors to syslog (LOG_MAIL facility) instead of printf
  • Support added for Bloodhound project, closes #331 (Not tested)
  • The bloodhound product can be specified by:
  • command line --> email2trac -B/ --bh_product
  • email2trac.conf
  • {{{
  • [email2trac]
  • project: /data/trac/test/project/e2t
  • bh_product: development
  • .....
  • }}}