On 2014-01-14 16:12, Kaz Kylheku wrote:
Hi All,
Anyone had the following problem?
When replying to a new mailing list posting with "reply all", the reply goes only To: the mailing list.
Expected behavior: To: the person, Cc: to the mailing list.
The message in question has no Reply-To: header or anything of the sort. The relevant headers are just:
From: user@gmail.com
To: mailinglist@example.com
I'm a subscriber of the mailing list. I hit Reply All, and I get only one address: "mailinglist@example.com".
Unless there is a Reply-To: header, the From: address must be one of the To: recipients!
Default behavior of the Reply-all button is to reply-list if a list is detected. Note the small drop arrow next to the Reply-all button.
My organization found that behavior very annoying, so we made some feature requests. The devs implemented my favorite in version 1.0-beta - http://trac.roundcube.net/ticket/1488734 [1]
Assuming you are not using the beta version, you can tweak the code to eliminate this behavior globally if you wish. It's documented in the ticket above.