[FIX] mail: less confusing To: header for mailing-list posts
authorOlivier Dony <odo@openerp.com>
Wed, 16 Jul 2014 22:16:12 +0000 (00:16 +0200)
committerOlivier Dony <odo@openerp.com>
Wed, 16 Jul 2014 22:16:12 +0000 (00:16 +0200)
commit562d8129f2b4342b54e83fe6e5f5f724deb8ddb0
tree3a655a901ea0af938ae4a43ca894a82affed8f0c
parent6ac1deccf64e35de062ed960f84bd8a794d310d4
[FIX] mail: less confusing To: header for mailing-list posts

Many mail clients will replace the name in the To:
header with Me if the To: email matches the email
of the user. These users will see To: Me instead of
"Followers of ..." and usually believe this was a
private email from the sender to them.
But when replying they would reply to the whole list.

Fix this by explicitly forcing the To: to be the
mailing list address.
addons/mail/mail_group.py
openerp/addons/base/ir/ir_mail_server.py