Page 1 of 1

one question

Posted: Wed Jun 22, 2005 8:51 am
by akin
<xxx>w
<xxx> w
<xxx> w
<xxx> .
<xxx> r
<xxx> e
<xxx> k
<xxx> l
<xxx> a
<xxx> m
<xxx> .
<xxx> c
<xxx> o
<xxx> m
? what is the blocke regex code ?
Thanks.. all

Posted: Wed Jun 22, 2005 1:43 pm
by w00t
Do you have any examples of whois's? That is impossible to spamfilter afaik

Posted: Wed Jun 22, 2005 2:28 pm
by akin
not like this :?

Posted: Sat Jun 25, 2005 8:43 am
by akin
w00t wrote:impossible
;)

Code: Select all

"((^w\s*+$)|(^\s*+[w]{1,3}\s*+$)|(^\s*+[a-e]{1}\s*+$)|(^\s*+[k]{1}\s*+$)|(^\s*+[v-z]{1}\s*+$))"

Posted: Sat Jun 25, 2005 12:39 pm
by w00t
You left out my afaik ;).

That's still beyond my abilities.