stephenreid321 / lumen

Open-source group discussion platform. Written in Ruby (Padrino), hosted via DigitalOcean/dokku. No longer in active development
GNU General Public License v3.0
52 stars 10 forks source link

reply-to the list, not the individual #14

Closed michaelsnook closed 9 years ago

michaelsnook commented 9 years ago

Right now, when I "reply" to a Lumen email, I get the individual user who sent it, rather than the listserv address. So then my default behavior becomes to use reply-all, which will send one email to the original poster via email, and a second message via lumen. I would much prefer to have "reply" go to the list, and just use that instead of having to manually futz with the recipients or visit the web app to avoid double-hitting people.

stephenreid321 commented 9 years ago

Check the REPLY_TO_GROUP config option

michaelsnook commented 9 years ago

Ahh, sorry, running an old version. Thanks!