Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
    • Switch to GitLab Next
  • Sign in / Register
  • MailmanClient MailmanClient
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 13
    • Issues 13
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 4
    • Merge requests 4
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • External wiki
    • External wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GNU Mailman
  • MailmanClientMailmanClient
  • Issues
  • #44
Closed
Open
Created Feb 28, 2019 by Nick Moffitt@nick.moffitt

Impossible to remove or view members with question marks in the email address

A bulk import from a file that had a stray ? in it caused someone to be subscribed akin to first.last?@example.com

While postorious correctly makes that %3F in the URLs, it generates a 404 from the DELETE request in the underlying API:

DELETE http://10.10.10.10:8001/3.0/lists/my-list.lists.example.com/member/first.last?@example.com [404]

And indeed, https://lists.example.com/mailman3/postorius/lists/my-list.lists.example.com/members/options/first.last%3F@example.com throws up a 404 as well.

Sadly this 404 is surfaced to the admin trying to manage things as a bare 500, which made diagnosis difficult.

Assignee
Assign to
Time tracking