You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've noticed that qq.com was block by the following code so I can't Invite that mail address.
# block domains which are generally used by spammers -- keep this configurable in case an onpremise# install wants to allow itINVALID_EMAIL_ADDRESS_PATTERN=re.compile(r'\@qq\.com$', re.I)
If you're running sentry on-premise you can modify the code and restart the web process.
Thanks, I'm running sentry in the Docker container, modification can solves my problem.
Another point that the strategy is unfair for hundred million qq mail users, there are large amount developers, not all of them are spammer, please consider.
While there are lots of legitimate users using qq.com, we've received significant volumes of abusive traffic in the past from those addresses as well, which is what resulted in the domain ban in the first place.
Activity
markstory commentedon Jun 5, 2019
If you're running sentry on-premise you can modify the code and restart the web process.
fix(gitlab) Be clearer in requirements for GitLab
shiny commentedon Jun 5, 2019
Thanks, I'm running sentry in the Docker container, modification can solves my problem.
Another point that the strategy is unfair for hundred million qq mail users, there are large amount developers, not all of them are spammer, please consider.
markstory commentedon Jun 5, 2019
While there are lots of legitimate users using qq.com, we've received significant volumes of abusive traffic in the past from those addresses as well, which is what resulted in the domain ban in the first place.
xiaotian45123 commentedon Jun 18, 2019
你处理好这个问题没有 ?