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

UI for admins to confirm users manually #1297

Closed
1 task done
ashfurrow opened this issue Apr 8, 2017 · 6 comments
Closed
1 task done

UI for admins to confirm users manually #1297

ashfurrow opened this issue Apr 8, 2017 · 6 comments
Labels
expertise wanted Extra expertise is needed for implementation

Comments

@ashfurrow
Copy link
Contributor

I've been having issues with confirmation emails getting stuck in pre-inbox spam filters (looking at you, FastMail...) and it'd be nice to be able to run a Rake command to confirm them manually. I'll take a look to see what I can do.


  • I searched or browsed the repo’s other issues to ensure this is not a duplicate.
@lilyball
Copy link

lilyball commented Apr 8, 2017

FastMail is just running SpamAssassin, using a global bayesian filter by default, though users can switch to a local filter after classifying enough positive and negative messages.

For reference, once your emails finally came through to me, the one email I inspected had a spam score of 3.8 (I believe the default threshold for the Spam folder is 5.0), with the following calculation:

X-Spam-hits: BAYES_50 0.8, HEADER_FROM_DIFFERENT_DOMAINS 0.001, HTML_MESSAGE 0.001,
  RCVD_IN_INVALUEMENT 2, RCVD_IN_UNSUBSCOREBL 1, LANGUAGES en,
  BAYES_USED user, SA_VERSION 3.4.0

RCVD_IN_INVALUEMENT appears to be http://www.invaluement.com, and RCVD_IN_UNSUBSCOREBL is I think http://blacklist.lashback.com. I don't know why your emails are getting flagged from those blacklists though.

@ashfurrow
Copy link
Contributor Author

Thanks for following up @kballard!

@wxcafe
Copy link
Contributor

wxcafe commented Apr 8, 2017

Can this be closed? Or do we consider that having a rake task (or any other method, maybe a UI in the admin interface) to manually confirm users is a feature we want to have? It is IMO, but I'd like to hear your thoughts

@ashfurrow
Copy link
Contributor Author

It's a fair question! I've been doing it enough that, regardless, I'll be keeping the changes in #1300 alive in my fork.

@wxcafe
Copy link
Contributor

wxcafe commented Apr 8, 2017

I'm thinking having a UI in the admin interface for this would better really, but yeah, I feel like this would be a useful feature, along with maybe letting admins decide to not send emails when a user registers (that would enable instances with only manual approval of new users)

@wxcafe wxcafe added enhancement expertise wanted Extra expertise is needed for implementation labels Apr 8, 2017
@wxcafe wxcafe reopened this Apr 8, 2017
@lilyball
Copy link

lilyball commented Apr 8, 2017

I agree that there should be an admin UI for this, because there will always be cases of people not getting the emails that they should. And I also agree that we should have a way for an instance to require admin approval for all new users. I'm already a member of an instance that would want that, because it's for a small social group of people who already know each other.

@wxcafe wxcafe changed the title Rake task to confirm a user UI for admins to confirm users manually Apr 8, 2017
abcang added a commit to pixiv/mastodon that referenced this issue Oct 1, 2019
ClearlyClaire added a commit to ClearlyClaire/mastodon that referenced this issue Mar 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
expertise wanted Extra expertise is needed for implementation
Projects
None yet
Development

No branches or pull requests

3 participants