forked from infra/ansible
🐛 roles(fasjson): Remove spaces after commas in email alias definitions
Some email aliases defined in `aliases.static` used a mix of formatting: some entries separated recipients with ", " (comma-space) while others used "," (comma only). The inconsistency may cause recipient resolution failures if the MTA interprets the leading space as part of the alias name during expansion. Normalize all alias recipient lists to use comma-only separation, matching the format already used by the majority of entries in the file (e.g., `matrixadmin`, `swag-info`). This brings the following aliases into alignment: * codeofconduct * flock-coc * flock-staff * legal * sponsors If this resolves delivery issues, the root cause was whitespace- sensitive alias parsing. If not, it at least eliminates one variable and standardizes the file format for future troubleshooting. Assisted-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Signed-off-by: Justin Wheeler <jwheel@redhat.com>
This commit is contained in:
parent
5cfb5141ab
commit
384f14c337
1 changed files with 5 additions and 5 deletions
|
|
@ -150,7 +150,7 @@ legal-cla-archive: /dev/null
|
|||
vendors: distribution-members
|
||||
|
||||
# Fedora Council
|
||||
legal: fpl, bsutula@redhat.com, rfontana@redhat.com
|
||||
legal: fpl,bsutula@redhat.com,rfontana@redhat.com
|
||||
board: council-private@lists.fedoraproject.org
|
||||
chair: fpl
|
||||
chairman: fpl
|
||||
|
|
@ -180,9 +180,9 @@ diversity-inclusion: dei
|
|||
|
||||
# Code of Conduct (CoC) Committee
|
||||
## https://docs.fedoraproject.org/en-US/project/coc-committee/
|
||||
codeofconduct: fpl, fca, jonatoni, dcantrell, ankursinha, chris
|
||||
codeofconduct: fpl,fca,jonatoni,dcantrell,ankursinha,chris
|
||||
## a special CoC sub-committee for on-site response at Flock to Fedora contributor conference
|
||||
flock-coc: codeofconduct, dvolavko, npazmino@redhat.com, shaunm@redhat.com, spotz
|
||||
flock-coc: codeofconduct,dvolavko,npazmino@redhat.com,shaunm@redhat.com,spotz
|
||||
|
||||
# Fedora Matrix admin
|
||||
matrixadmin: fpl,fca,kevin,nb
|
||||
|
|
@ -212,13 +212,13 @@ fudcon-latam: flock-staff
|
|||
# flock
|
||||
#flockpress: fca,fpl
|
||||
#flockinfo: fca,fpl
|
||||
flock-staff: flock-team-members@fedoraproject.org, jwheel@redhat.com
|
||||
flock-staff: flock-team-members@fedoraproject.org,jwheel@redhat.com
|
||||
#flock-admin: flock-staff
|
||||
#flock-access: flock-admin
|
||||
#
|
||||
# flock/sponsor alias
|
||||
# https://forge.fedoraproject.org/infra/tickets/issues/10591
|
||||
sponsors: flock-team-sponsors@fedoraproject.org, jwheel@redhat.com
|
||||
sponsors: flock-team-sponsors@fedoraproject.org,jwheel@redhat.com
|
||||
|
||||
# swag customer email alias https://forge.fedoraproject.org/infra/tickets/issues/10794
|
||||
swag-info: fca,shaunm,designteam-sponsors@fedoraproject.org
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue