When a notification is sent, e.g. from a subscribed ticket, the author of the email is the user that created the ticket.
The from field of the email, should most likely be the same address as the reply addr.
Discussion
-
Rui Ferreira
2013-04-11This could probably be address by passing None as the fromaddr to either sendmail() or sendsimplemail() - however the fallback hardcoded email address is not correct right now - Allura/allura/tasks/mail_tasks.py.
-
Carla Leite
2013-04-16- assigned_to: Rui Ferreira
-
Rui Ferreira
2013-04-22This is now fixed, the From: header is now noreply@opensourceprojects.eu
-
Rui Ferreira
2013-04-22- status: open --> closed