Import Email Blacklist not working

OliverMJ

New Member
If I import the regexes below it does not add anything to the blacklist.

/^(.*)@0-mail\.com$/i
/^(.*)@027168\.com$/i
/^(.*)@0815\.ru$/i
/^(.*)@0815\.ry$/i
/^(.*)@0815\.su$/i
/^(.*)@0845\.ru$/i
/^(.*)@0box\.eu$/i​

But no import, any idea what I do wrong, if I add them like follows in a file it works

*@0-mail.com
*@027168.com
*@0815.ru
*@0815.ry
*@0815.su
*@0845.ru
*@0box.eu

Thanks for any insight​
 
Regular list import does not support regexes. regexes can only be added in backend > settings > email blacklist.
 
Back
Top