Merge pull request #288 from odoo-dev/saas-4-mass_mailing_fixes-tde
authorThibault Delavallée <tde@openerp.com>
Tue, 3 Jun 2014 10:03:42 +0000 (12:03 +0200)
committerThibault Delavallée <tde@openerp.com>
Tue, 3 Jun 2014 10:03:42 +0000 (12:03 +0200)
[FIX] mass_mailing: fixes
- backport (+ cleaning) of eb22d202e48068a82ddcfa3878dbe0cbb845cc9c (saas-5): mail_thread: routing: instead of exclusive routing heuristics, use each case as a fallback of the previous.
- better fix for dd36a0e5093df90bd92667d26f529a3a79fe0397 (saas-5): mail_thread: routing: fixed replies always choosen even when replying to emails with a specified reply_to (using ref_match in the algorithm)
- backport of d6a2ae642b1a48ce6cb227c3cde2deca847a0a33 (saas-5): avoid evaluating a False /  None domain
- fixed keeping the original message for routing, only when choosing to reply in the original thread (notification=True)
- mail_thread: routing: fixed replies always chosen even when replying to emails with a specified reply_to (using ref_match in the algorithm)


Trivial merge