Closed #447. `je/42cc_6249` Don't sure what you've meant by "tool's email address", I did find only emails for individual tickets in the code, so I'm constructing tool's address similar to that.
For this to work you need to change exim configuration slightly (by default exim strips Sender: header from emails). The following worked for me on a sandbox: ~~~~ local_sender_retain = true local_from_check = false ~~~~ --- ** [tickets:#6249] Use a stable Sender: header in email notifications [ss4075]** **Status:** code-review **Labels:** support p3 42cc **Created:** Fri May 17, 2013 04:31 PM UTC by Dave Brondsema **Last Updated:** Wed Sep 25, 2013 08:56 AM UTC **Owner:** nobody Email notifications have varying From addresses (e.g. the ticket submitter). Notifications should have a `Sender:` header specified which refers to the system sending rather than the end-user we're doing it on behalf of. This should be a stable value so that it can be used in mail filters (e.g. mailman). Perhaps the tool's email address would work well. Test how common clients (e.g. gmail) display it and if it affects replies at all. --- Sent from sourceforge.net because allura-dev@incubator.apache.org is subscribed to https://sourceforge.net/p/allura/tickets/ To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/allura/admin/tickets/options. Or, if this is a mailing list, you can unsubscribe from the mailing list.