Hi.
On the Front-End Settings under Server Spam Whitelist, that I use a lot, I see that if I add a domain to the Server Spam Whitelist like this:
*@*.domaing.tld
it only allows the following:
anyword@word1.fixeddomain.tld
it doesn't allow any of the following:
anyword@fixeddomain.tld
anyword@word1.word2.fixeddomain.tld
anyword@word1.word2.word3.fixeddomain.tld
and in order to allow any of the above combinations I have to use 4 different rules as per example:
*@fixeddomain.tld
*@*.fixeddomain.tld
*@*.word2.fixeddomain.tld
*@*.word2.word3.fixeddomain.tld
Could be possible that this be fixed to work as a real regex that "*." means anything that is before ".fixeddomain.tld"?
Best Regards,
Sergio
EDIT by Sergio: I miss wrote "block" instead of "allow", sorry. I have fixed the incorrect words and wrote as it was intended Apr. 01/2022.