Google Product Forums

Re: Is there a way to block a domain?


mxdaniel 2010/07/22 9:59
グループへの投稿: Postini

カテゴリ: Configuration Settings :

What about this:
 
(\W|^)[\w.+\-]{0,25}@[\w.+\-]{0,25}\.ru(\W|$)
 
In this example i think will block all .ru emails=  so...@some.ru
 
I tested in the regexbuddy and seem to works.