In recent years Fedora has tried to emphasize that packages are "owned" by the project as a whole and maintained by individuals. But if you want to email the maintainers, you use "packagename-owner@fedoraproject.org" which kind of goes backwards.
I believe this is mostly trivial and I will attach a patch in a bit. The current aliases file is generated by FAS, but it isn't hard to use that in order to generate one that uses -maintainers instead of -owner. I guess it's a hack but it is expedient. I can look into the fasclient code to do it differently if this isn't acceptable.
-maintainers
-owner
It isn't particularly urgent.
Should be useful forever unless we decide to change the messaging again.
Slightly contradictory messaging.
I was wrong; the file isn't generated by FAS, it's generated by the owner-email-from-pagure.py script. Here's a patch; I stuck with my original method but if you'd rather I fix owner-email-from-pagure or use some other approach, please let me know.
Edit: The package-owner-aliases script seems a bit odd to me. It sets a variable and then hardcodes the value later, and it has this odd construction which I don't really understand: cp $output $dest; chmod +r $output; mv $output $dest. I just aped what it does in case there's a good reason that I'm just missing.
cp $output $dest; chmod +r $output; mv $output $dest
Thanks for the patch!
Should be live now.
:mailbox_with_no_mail:
Metadata Update from @kevin: - Issue close_status updated to: Fixed - Issue status updated to: Closed (was: Open)