A.L.E.C wrote:
On 11/27/2012 10:42 AM, Alexander Dahl wrote:
I'm subscribed to lots of mailing lists, not all with the same mail address. I also have configured multiple from addresses in roundcube. What happens to me very often: I post to a list with the wrong from address so a moderator has to view my mail or it's lost. Is it possible in roundcube to switch the from address to a certain one related to the mailing list I'm replying to automatically?
If you created identity for each email address it should be selected accordingly. At least, there's a logic for this, but it depends on message headers and might be not perfect.
While it works for regular replies it probably doesn't for mailing list messages. The current code checks recipient headers (To and Cc) against sender identities but messages from mailing lists usually don't specify you explicitly as recipient. In this case we'd have to consider the Delivered-To: header as well and that's currently not done.
~Thomas