Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

globalMailRegularExpression will throw an exception if it is null #88

Open
usecodelee opened this issue Dec 5, 2022 · 1 comment
Open

Comments

@usecodelee
Copy link

image

image

@visualjerk
Copy link
Owner

Thanks for reporting. We need to check if global regular expressions are null and disable any related checks, as this is the documented way to disable one of them.

As a workaround one can provide a regex, that will never match anything (e.g. /$-/g).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants