This doesn't look right (again): ``` In [4]: validators.email('example@domain.com|whatisthis') Out[4]: True In [5]: validators.__version__ Out[5]: '0.10.1' ```