Just working on some things :)
I have previously worked on the OTW (Organization for Transformative Works) archive to fix bugs and suggest some changes and features for the Archive of Our Own. I have also contributed to other open-source projects, which you can find on my GitHub profile.
Mailman Contributions:
send_owner_emails_to_moderators toggle for the -owner alias by changing (adding a column in the schema that takes care of the owners and mods) IMailingList SQLAlchemy schema, the owner-recipients pipeline handler to route the emails specfically (mlist.owners and mlist.administrators), and applying list style defaults in styles/base.py.leave email command to properly process the address= argument. This required navigating the scopes between User and Address objects, refining Python matching logic in eml_membership.py, and writing precise .rst doctests. (Note: Encountered and diagnosed the known #1258 flaky test bug involving _io.BufferedWriter signal handlers during the CI pipeline in this issue itself).