I did some testing and don’t think this works, but would it be possible to add wildcard top and/or second level domains capability to the whitelist for acceptable registered user emails?
Speaking as someone who doesn’t use the whitelist … if I did, I don’t think that I would want it to automatically allow all subdomains in the same way that the blacklist now automatically blocks all subdomains.
I don’t think that full regex is needed, just a simple marker.
If I were programming it (and I am a programmer, just not in any language used by Discourse), I would probably make it so that example.com is an exact match, and .example.com matches example.com plus subdomains.
Hey @kensims, not looking for it to do it automatically, but by using some differentiating annotation (like your example below), it should be a capability, not a default. Thanks!