disposable_email_checker icon indicating copy to clipboard operation
disposable_email_checker copied to clipboard

Subdomained addresses like *.bulc.club are not factored

Open ba66e77 opened this issue 9 years ago • 1 comments

The Bulc Club service uses an @*.bulc.club domain, where the wildcard portion is created by the service user. The current implementation of the domain checking has no means to catch variants of *.bulc.club domains unless each variant is included in the static list.

ba66e77 avatar Feb 18 '16 12:02 ba66e77

We can model it in the data files as *.bulc.club and update the code to handle such case by using a custom method rather than in_array() that can do string match or match subdomains against *.

Pull requests are welcome.

vboctor avatar May 21 '16 18:05 vboctor