Page 1 of 1

help me :)

Posted: Tue May 03, 2005 2:33 pm
by Rekin
hello...

[17:26] <sirinler``> 17 Yasindaki Liseli kizi izzllE L a f c i . c 0 m

and lafci.com message come to:

L * a * f * c * i * . * c * o * m
|L|A|F|C|I|.|C|O|M|

and and and..........

i want lafci.com, lafci.c0m complate block.

what i do ?

(my english verry verry little.)

Posted: Tue May 03, 2005 4:49 pm
by Dukat
Try this one:

Code: Select all

/SPAMFILTER ADD pcnNtPqa block - - l.*a.*f.*c.*i.*\..*c.*(o|0).*m

Ducat

Posted: Wed May 04, 2005 7:50 pm
by Rekin
Ducat thank you.

I have one problem.

i want,

irc.??.com , i*r*c*.*?*?*.*c*o*m, |i|r|c|.|??|.|c|o|m| complate block.

what i do?

Posted: Thu May 05, 2005 7:13 am
by Dukat
First, you should explain what you mean by "irc.??.com", because that's not a real domain - please give us the real address... Or do you mean anything with irc. + two letters + .com?

Posted: Thu May 05, 2005 1:20 pm
by w00t
I wonder whether perhaps you're trying to use wildcards.
Wildcards aren't supported in a regex as such, instead of *, use .* and instead of ? use .? - hope that helps if I guessed correctly :).

..

Posted: Thu May 05, 2005 1:27 pm
by Rekin
mmmmmmm..

first, thank you all...

my english verry verry little.

?? = sample word

sample:

irc.ehehe.com
irc.hebele.com
irc.nedire.com
irc.dede.com
irc.euheuhe.com
irc.euayhae.com

all irc.+.com word blok ?

do you understant me?

Posted: Thu May 05, 2005 9:17 pm
by Jason
irc\..+\.com

Posted: Fri May 06, 2005 6:33 am
by w00t
Just remember that that will also affect people trying to use your network address.

[edit] use == say [/edit]

thanks

Posted: Fri May 06, 2005 12:20 pm
by Rekin
Jason wrote:irc\..+\.com
Jason, first thanks...

i want, |i|r|c|.|word|.|c|o|m|
*i*r*c*.*w*o*r*d*.*c*o*m*

irc\..+\.com = insufficient

i want all irc.word.com all i*r*c.word.c*o*m all i|r|c|.word.|c|o|m| to block.....

what my doing?

thakns.......... :oops:

Posted: Fri May 06, 2005 1:38 pm
by w00t
This might be a bit broad, but it should do the trick:
.*i.*r.*c\..+\..*c.*o.*m.*