Merge pull request #27890 from overleaf/jlm-spam-safe-email
Apply new spam check to email address GitOrigin-RevId: 9e204ea75e930455971769a73843d015fc4a9033
This commit is contained in:
committed by
Copybot
parent
671059fdfc
commit
aa10bc92af
@@ -42,6 +42,11 @@ describe('SpamSafe', function () {
|
||||
expect(
|
||||
SpamSafe.isSafeEmail('realistic-email+1@domain.sub-hyphen.com')
|
||||
).to.equal(true)
|
||||
expect(SpamSafe.isSafeEmail('jnd-9807408-1oos68@@example.com')).to.equal(
|
||||
false
|
||||
)
|
||||
expect(SpamSafe.isSafeEmail('123456789@example.com')).to.equal(true)
|
||||
expect(SpamSafe.isSafeEmail('abcdefghi@example.com')).to.equal(true)
|
||||
expect(SpamSafe.isSafeEmail('notquiteRight@evil$.com')).to.equal(false)
|
||||
|
||||
expect(SpamSafe.safeUserName('Tammy Weinstįen', 'A User')).to.equal(
|
||||
|
||||
Reference in New Issue
Block a user