Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • abuild abuild
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 70
    • Issues 70
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 25
    • Merge requests 25
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar

Our ARM infrastructure is unreachable at the moment, so CI jobs will time-out and packages will not be updated until the servers are back.

  • alpinealpine
  • abuildabuild
  • Issues
  • #10080
Closed
Open
Issue created Sep 26, 2022 by Patrycja Rosa@ptrcnull🐱Contributor

abuild: maintainer field check is not RFC822-compliant

*[A-Za-z0-9]*\ \<*@*.*\> glob doesn't match the RFC:

     mailbox     =  addr-spec                    ; simple address
                 /  phrase route-addr            ; name & addr-spec
     phrase      =  1*word                       ; Sequence of words
     word        =  atom / quoted-string
     atom        =  1*<any CHAR except specials, SPACE and CTLs>

(sections hand-picked to show the issue)

in our case, phrase is defined as [A-Za-z0-9], which doesn't allow for atom from the RFC and causes errors on valid emails like such:

# Maintainer: Jeremy O'Brien <neutral@fastmail.com>
Edited Sep 26, 2022 by Patrycja Rosa
Assignee
Assign to
Time tracking