Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mailing List (un)Subscribe button? #1

Open
jlhawn opened this issue May 31, 2013 · 0 comments
Open

Mailing List (un)Subscribe button? #1

jlhawn opened this issue May 31, 2013 · 0 comments

Comments

@jlhawn
Copy link

jlhawn commented May 31, 2013

Hina sent out an email earlier asking for help with setting up a 'subscribe to mailing list' functionality on the site. There are a few obstacles that need to be overcome to get this to work:

  • Send the request to the mail server
    • The easiest way to subscribe/unsubscribe folks from lists is from the mail server itself. I hate mailman, so it's probably a good idea to get a web server running on port 80 on mail.csua that can handle email subscriptions. We would style it ourselves and write the back-end ourselves.
    • update mail to Debian Squeeze/Wheezy. Making any changes to mail right now is very painful 😩 The best thing to do is to make a new mail.csua that runs on the latest version of Debian and then we can copy all of the current mail.csua settings and swap it out magically. This takes some work.
    • Finally, we'll be able to think about how to design a mailing list (un)subscribe feature that is orders of magnitude better than using mailman's web interface. This is the fun part. We can setup Nginx + Go or Python which are pretty easy to work with and write a system that uses an email verification system to subscribe/unsubscribe people on mailing lists.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant