-
Notifications
You must be signed in to change notification settings - Fork 163
Closed
Labels
bugIssue: Works not as designedIssue: Works not as designed
Description
Hello guys,
I think something is wrong with e-mail validation. Can we brainstorm this issue?
Python 3.6.1 (default, Apr 4 2017, 09:40:21)
[GCC 4.2.1 Compatible Apple LLVM 8.1.0 (clang-802.0.38)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import validators
>>> validators.email("[email protected]")
True
>>> validators.email("[email protected]")
True
>>> validators.email("[email protected]<script>q")
True
>>> validators.email("test@testqqqmq<script>q")
ValidationFailure(func=email, args={'value': 'test@testqqqmq<script>q', 'whitelist': None})
Metadata
Metadata
Assignees
Labels
bugIssue: Works not as designedIssue: Works not as designed