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:
John Lees-Miller
2025-08-14 08:06:28 +00:00
committed by Copybot
parent 671059fdfc
commit aa10bc92af
2 changed files with 13 additions and 1 deletions
@@ -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(