Did you make changes to exim config, as I pointed out [here](https://sourceforge.net/p/allura/tickets/6249/#a60b)?
Yep, they wouldn't. We can set `Sender:` to some site-wide address inside mail_util.SMTPClient.sendmail, if `sender` parameter isn't specified, or go ahead and fix all manual calls to `sendmail` and `sendsimplemail` to include sender parameter. Not sure which way is better. --- ** [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 Oct 23, 2013 02:17 PM 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.