Issue tracker moved to https://gitlab.archlinux.org/archlinux/aurweb/-/issues
FS#28230 - Comment notification email -- allow replying to the "From:" address
Attached to Project:
AUR web interface
Opened by Mantas Mikulėnas (grawity) - Thursday, 02 February 2012, 22:31 GMT
Last edited by Eli Schwartz (eschwartz) - Thursday, 03 August 2017, 19:58 GMT
Opened by Mantas Mikulėnas (grawity) - Thursday, 02 February 2012, 22:31 GMT
Last edited by Eli Schwartz (eschwartz) - Thursday, 03 August 2017, 19:58 GMT
|
DetailsCurrently, the comment notification messages use "aur-notify@archlinux.org" as the "From:" address. Since the email addresses of all AUR users are available on their profile pages, it would be nice if AUR used the commenter's email address in the "From:" header. If this is done, "Sender: aur-notify@archlinux.org" should be added to show who actually sent the message.
AFAIK, this should not create any additional problems with spam filters. SPF uses the SMTP envelope address instead, which PHP already sets to "http@sigurd.archlinux.org". |
This task depends upon
But now when I think of it, it would also be possible to add a "Reply-To: aur-notify+${id}@archlinux.org", where $id could be the package's ID (or some sort of a hash associated with it). The mail server could easily be set up to pass such messages to a script that inserts comments with text from the message body.
Admittedly, the above is going to be too much work for little benefit, so close this.
Lukas - "instead of" is not good, since comments might be useful for other users in the future. Having the discussion in email would be just a convenience, when replying and maybe for personal archiving. (I got the idea from a similar feature on Github, https://github.com/blog/811-reply-to-comments-from-email).